LimitedPresentationObjectCollection<T> Class
Serves as the base class for slide master and layout collections that require at least one element.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public abstract class LimitedPresentationObjectCollection<T> :
LimitedPresentationObjectCollectionBase<T>,
IEnumerable<T>,
IEnumerable
where T : PresentationObject
Type Parameters
| Name | Description |
|---|---|
| T | The type of objects in the collection. |
Inheritance
See Also