Skip to main content
A newer version of this page is available.

IDataDispatcherOptions.Sorting Property

Specifies the data sorting criteria applied to a Snap field data source.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

SnapListSorting Sorting { get; }

Property Value

Type Description
SnapListSorting

An object implementing the SnapListSorting interface, specifying the data sorting criteria.

See Also