officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationobjectcollection-1.md
The collection class for presentation objects.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public class PresentationObjectCollection<T> :
PresentationObjectCollectionBase<T>,
IList<T>,
ICollection<T>,
IEnumerable<T>,
IEnumerable
where T : PresentationObject
Public Class PresentationObjectCollection(Of T As PresentationObject)
Inherits PresentationObjectCollectionBase(Of T)
Implements IList(Of T),
ICollection(Of T),
IEnumerable(Of T),
IEnumerable
| Name | Description |
|---|---|
| T |
The type of presentation objects stored in the collection
|
IList<T>
ICollection<T>
IEnumerable<T>
Show 12 items
Object PresentationCollectionBase<T> PresentationObjectCollectionBase<T> PresentationObjectCollection<T> AdjustHandleCollection
See Also