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

    Implements

    Inheritance

    Show 12 items
    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<T>
    See Also