Skip to main content
All docs
V25.2
  • PresentationObjectCollectionBase<T> Class

    A base class for collections of presentation objects.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public abstract class PresentationObjectCollectionBase<T> :
        PresentationCollectionBase<T>
        where T : PresentationObject

    Type Parameters

    Name Description
    T

    The type of presentation objects stored in the collection.

    See Also