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

    Replaces all collection elements with the specified item.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void ResetTo(
        T item
    )

    Parameters

    Name Type Description
    item T

    An item that replaces all collection elements.

    See Also