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

    The collection class for presentation objects.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public class PresentationCollection<T> :
        PresentationCollectionBase<T>,
        IList<T>,
        ICollection<T>,
        IEnumerable<T>,
        IEnumerable

    Type Parameters

    Name Description
    T

    The type of presentation objects stored in the collection.

    See Also