GridControlBase.ShowGroupedColumns Property
Gets or sets whether the grouped columns are displayed within a grid. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display the grouped columns within a grid; otherwise, false. |
Remarks
When grouping is applied, group rows display the values of grouped columns. By default, grouping columns are not displayed within a grid. Their headers are displayed within the Group Panel. This avoids displaying superfluous information.
See Also