| 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.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.
Supported Frameworks: Microsoft .NET Framework version 3.5