Items Property (DataGrid)

Class

DataGrid.

Action

Gets a list of all items in the column.

Syntax

C#
protected List(Of DataGridItem) Items { get; }
VB
'Declaration
Protected Read Property Items As List(Of DataGridItem)

Access

Read only.