Skip to main content
All docs
V24.1
Row

SortCondition.SortBy Property

Obtains the sort type.

Namespace: DevExpress.Spreadsheet

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