Skip to main content
All docs
V25.1
  • .NET 8.0+

    DynamicCollectionBase.Sorting Property

    Specifies the list of SortProperty objects that specify the sort order for the collection.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public IList<SortProperty> Sorting { get; set; }

    Property Value

    Type Description
    IList<SortProperty>

    A list of SortProperty objects that specify the sort order for the collection.

    See Also