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
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