PresentationObjectCollectionBase<T> Class
A base class for collections of presentation objects.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public abstract class PresentationObjectCollectionBase<T> :
PresentationCollectionBase<T>
where T : PresentationObject
Type Parameters
| Name | Description |
|---|---|
| T | The type of presentation objects stored in the collection. |
Inheritance
Show 21 items
Object
PresentationCollectionBase<T>
PresentationObjectCollectionBase<T>
See Also