Skip to main content
All docs
V24.1

GridCustomDataSourceGroupingOptions.DescendingSortOrder Property

Specifies whether descending sort order is applied to a column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.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