ColumnBase.IsSortedBySummary Property
Gets whether group rows that correspond to this grouping column are sorted by group summary values. 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 if group rows that correspond to this grouping column are sorted by group summary values; otherwise, false. |
See Also