Skip to main content
All docs
V25.1
  • GridCustomDataSourceGroupingOptions.DescendingSortOrder Property

    Specifies whether descending sort order is applied to a column.

    Namespace: DevExpress.Blazor

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