Skip to main content
All docs
V25.1
  • Row

    FontColorSortField.Descending Property

    Gets or sets whether the sort is in descending order.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public bool Descending { get; set; }

    Property Value

    Type Description
    Boolean

    true to enable descending order; otherwise, false.

    See Also