LimitedPresentationObjectCollectionBase<T> Class
Serves as the base class for presentation object collections that require a minimum of three elements.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
public abstract class LimitedPresentationObjectCollectionBase<T> :
OfficeObjectCollectionBase<T>
where T : OfficeObject
Type Parameters
| Name | Description |
|---|---|
| T | The type of objects in the collection. |
Inheritance
Show 12 items
Object
DevExpress.Docs.Office.Internal.OfficeCollectionBase<T>
DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<T>
See Also