Skip to main content
All docs
V26.1
  • LimitedPresentationObjectCollectionBase<T>.ResetTo(IReadOnlyList<T>) Method

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void ResetTo(
        IReadOnlyList<T> items
    )

    Parameters

    Name Type
    items IReadOnlyList<T>
    See Also