Skip to main content
All docs
V23.2

GridCustomDataSourceGroupingOptions.DescendingSortOrder Property

Specifies whether descending sort order is applied to a column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool DescendingSortOrder { get; }

Property Value

Type Description
Boolean

true if column values are sorted in descending order; otherwise, false.

See Also