Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • IDataDispatcherOptions.Sorting Property

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

    Namespace: DevExpress.Snap.Core.Options

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    SnapListSorting Sorting { get; }

    Property Value

    Type Description
    SnapListSorting

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

    See Also