ColumnItems Property (DataGrid)

Class

DataGrid.

Action

Gets a list of all items in the column.

Syntax

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

Access

Read only.