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
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | An item that replaces all collection elements. |
See Also