officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationobjectcollectionbase-1.md
A base class for collections of presentation objects.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public abstract class PresentationObjectCollectionBase<T> :
PresentationCollectionBase<T>
where T : PresentationObject
Public MustInherit Class PresentationObjectCollectionBase(Of T As PresentationObject)
Inherits PresentationCollectionBase(Of T)
| Name | Description |
|---|---|
| T |
The type of presentation objects stored in the collection.
|
Show 21 items
Object PresentationCollectionBase<T> PresentationObjectCollectionBase<T> LimitedPresentationObjectCollectionBase<T>
PresentationObjectCollection<T>
LimitedPresentationObjectCollection<T>
LimitedThemeFormatObjectCollection<T>
See Also