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

    CompositeObjectSpace.ReloadCollection(Object) Method

    Clears the specified collection.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public override void ReloadCollection(
        object collection
    )

    Parameters

    Name Type Description
    collection Object

    A collection that is reloaded.

    See Also