Columns Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DetailConfiguration Class : Columns Property

Gets a list of the columns that will be displayed in the details to which the configuration is applied.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Columns As ColumnCollection
C# 
public ColumnCollection Columns {get;}

Return Value

A reference to a ColumnCollection containing a list of the grid's columns that will be displayed in the details to which the configuration is applied. By default, a null reference (Nothing in Visual Basic).

Remarks

All columns, regardless of their state, will be contained in the collection. To retrieve the columns that are only visible in the grid's viewport, consult the VisibleColumns property.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also