Skip to main content
All docs
V25.1
  • Row

    SortCondition.SortBy Property

    Obtains the sort type.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public SortBy SortBy { get; }

    Property Value

    Type Description
    SortBy

    an enumeration value that indicates the sort type.

    Available values:

    Name Description
    Value

    Cells are sorted by value.

    Fill

    The cells are sorted by fill pattern.

    FontColor

    The cells are sorted by font color.

    See Also