SortState.Conditions Property
Provides access to a collection of sort conditions.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
IList<SortCondition> | A collection of SortCondition objects. |
See Also