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

    DynamicCollection Class

    A proxy collection that allows you to filter and sort an original collection without its change.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public class DynamicCollection :
        DynamicCollectionBase

    Remarks

    The Filter and Sort Non-Persistent Objects section shows how to use this collection.

    Inheritance

    See Also