Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public abstract class LimitedPresentationObjectCollection<T> :
        LimitedPresentationObjectCollectionBase<T>
        where T : PresentationObject

    Type Parameters

    Name Description
    T

    The type of objects in the collection.

    Implements

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<T>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<T>
    See Also