Skip to main content
Row

SortState Interface

Contains sort conditions and allows you to perform sorting.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface SortState

The following members return SortState objects:

Remarks

The SortState interface is accessible using the AutoFilterBase.SortState property.

See Also