AutoCreateDetailConfigurations Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : AutoCreateDetailConfigurations Property

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

Syntax

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

Return Value

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

Example

All examples in this topic assume that the grid is bound to the Employees table of the Northwind database, unless stated otherwise.

Example

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also