DynamicCollectionBase.Sorting Property
In This Article
Specifies the list of SortProperty objects that specify the sort order for the collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IList<SortProperty> Sorting { get; set; }
#Property Value
Type | Description |
---|---|
IList<Sort |
A list of Sort |
See Also