Back to Devexpress

LimitedPresentationObjectCollectionBase<T> Class

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

latest2.8 KB
Original Source

LimitedPresentationObjectCollectionBase<T> Class

Serves as the base class for presentation object collections that require a minimum of three elements.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Type Parameters

NameDescription
T

The type of objects in the collection.

|

Implements

IEnumerable<T>

IEnumerable

Inheritance

Show 12 items

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

LimitedThemeFormatObjectCollection<T>

ThemeBackgroundFillCollection

SlideLayoutCollection

ThemeEffectCollection

ThemeFillCollection

ThemeLineStyleCollection

SlideMasterCollection

See Also

LimitedPresentationObjectCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace