Skip to main content

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

public bool IsSortedBySummary { get; }

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