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

SnapListSorting Interface

Provides functionality to sort lists.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public interface SnapListSorting :
    IList<SnapListGroupParam>,
    ICollection<SnapListGroupParam>,
    IEnumerable<SnapListGroupParam>,
    IEnumerable

The following members return SnapListSorting objects:

See Also