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

Gets the list of the detail configurations that have been explicitly provided for specific detail relations and that will be applied to any corresponding details. This feature is available only in the Professional Edition

Syntax

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

Return Value

A DetailConfigurationCollection containing the detail configurations that have been explicitly provided for specific detail relations and that will be applied to any corresponding details.

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