Skip to main content
All docs
V26.1
  • PresentationCollection<T> Class

    The collection class for presentation objects.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

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

    Type Parameters

    Name Description
    T

    The type of presentation objects stored in the collection.

    Inheritance

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