Back to Devexpress

LimitedPresentationObjectCollection<T> Class

officefileapi-devexpress-dot-docs-dot-presentation-dot-limitedpresentationobjectcollection-1.md

latest2.2 KB
Original Source

LimitedPresentationObjectCollection<T> Class

Serves as the base class for slide master and layout collections that require at least one element.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public abstract class LimitedPresentationObjectCollection<T> :
    LimitedPresentationObjectCollectionBase<T>,
    IEnumerable<T>,
    IEnumerable
    where T : PresentationObject
vb
Public MustInherit Class LimitedPresentationObjectCollection(Of T As PresentationObject)
    Inherits LimitedPresentationObjectCollectionBase(Of T)
    Implements IEnumerable(Of T),
               IEnumerable

Type Parameters

NameDescription
T

The type of objects in the collection.

|

Implements

IEnumerable<T>

IEnumerable

Inheritance

Object PresentationCollectionBase<T> PresentationObjectCollectionBase<T> LimitedPresentationObjectCollectionBase<T> LimitedPresentationObjectCollection<T> SlideLayoutCollection

SlideMasterCollection

See Also

LimitedPresentationObjectCollection<T> Members

DevExpress.Docs.Presentation Namespace