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

Gets or sets a value indicating whether the columns of the detail are automatically created.

Syntax

Visual Basic (Declaration) 
Public Property AutoCreateColumns As Boolean
C# 
public bool AutoCreateColumns {get; set;}

Return Value

true if the columns of the detail are automatically created; false otherwise. By default, false.

Remarks

Cell editors need to be explicitly provided for each column in order to support insertion when AutoCreateColumns is set to false (see Column.CellEditor property).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also