Skip to main content
All docs
V25.2
  • LimitedPresentationObjectCollectionBase<T>.ResetTo(List<T>) Method

    Replaces all collection elements with the specified items.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public void ResetTo(
        List<T> items
    )

    Parameters

    Name Type Description
    items List<T>

    A list of items to add to the collection. The list must contain at least three elements.

    See Also