Skip to main content
Row

AutoFilterBase.SortState Property

Provides access to an interface that allows you to specify sort conditions and perform sorting.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

SortState SortState { get; }

Property Value

Type Description
SortState

A SortState interface.

See Also