Back to Devexpress

PresentationCollection<T> Class

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollection-1-a939b925.md

latest2.5 KB
Original Source

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

csharp
public class PresentationCollection<T> :
    PresentationCollectionBase<T>,
    IList<T>,
    ICollection<T>,
    IEnumerable<T>,
    IEnumerable
vb
Public Class PresentationCollection(Of T)
    Inherits PresentationCollectionBase(Of T)
    Implements IList(Of T),
               ICollection(Of T),
               IEnumerable(Of T),
               IEnumerable

Type Parameters

NameDescription
T

The type of presentation objects stored in the collection.

|

Implements

IList<T>

ICollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object PresentationCollectionBase<T> PresentationCollection<T> DrawingGuideCollection

GradientStopCollection

PathSegmentCollection

ShapeConnectionCollection

ShapeGuideCollection

TableCellCollection

TextTabStopCollection

See Also

PresentationCollection<T> Members

DevExpress.Docs.Presentation Namespace