Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    Declaration

    public abstract class LimitedPresentationObjectCollectionBase<T> :
        PresentationObjectCollectionBase<T>,
        IEnumerable<T>,
        IEnumerable
        where T : PresentationObject

    Type Parameters

    Name Description
    T

    The type of objects in the collection.

    Implements

    See Also