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

Gets or sets the default configuration that will be applied to any groups in the detail for which an explicit group configuration is not provided.

Syntax

Visual Basic (Declaration) 
Public Property DefaultGroupConfiguration As GroupConfiguration
C# 
public GroupConfiguration DefaultGroupConfiguration {get; set;}

Return Value

The GroupConfiguration that will be applied to any groups in the detail for which an explicit group configuration is not provided.

Remarks

Default group configurations will be applied to master groups in the case where neither a column nor group description provide a group configuration, and when a group-configuration selector returns a null reference (Nothing in Visual Basic) (no group configuration was selected).

A default group configuration can be provided to a grid or detail configuration through their corresponding DefaultGroupConfiguration properties.

If a default group configuration is not explicitly provided, the theme's built-in group configuration will be used.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also