Columns Property (WPFDataGrid)

Class

WPFDataGrid.

Action

Gets a collection that contains all the columns in the data grid.

Syntax

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

Access

Read only.