Back to Devexpress

LimitedPresentationObjectCollection<T>.ResetTo(T) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-limitedpresentationobjectcollection-1-dot-resetto-x28-0-x29.md

latest1.2 KB
Original Source

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

csharp
public void ResetTo(
    T item
)
vb
Public Sub ResetTo(
    item As T
)

Parameters

NameTypeDescription
itemT

An item that replaces all collection elements.

|

See Also

LimitedPresentationObjectCollection<T> Class

LimitedPresentationObjectCollection<T> Members

DevExpress.Docs.Presentation Namespace