Back to Devexpress

PresentationCollectionBase<T>.Add(T) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-dot-add-x28-0-x29.md

latest1.1 KB
Original Source

PresentationCollectionBase<T>.Add(T) Method

Adds an item to the collection.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Parameters

NameTypeDescription
itemT

The item to add to the collection.

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace