Back to Devexpress

SlideCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-a14f81e8.md

latest2.2 KB
Original Source

SlideCollection Class

A collection of slides in a presentation.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class SlideCollection :
    PresentationObjectCollection<Slide>
vb
Public Class SlideCollection
    Inherits PresentationObjectCollection(Of Slide)

The following members return SlideCollection objects:

Implements

IList<Slide>

ICollection<Slide>

IEnumerable<Slide>

IEnumerable

Inheritance

Object PresentationCollectionBase<Slide> PresentationObjectCollectionBase<Slide> PresentationObjectCollection<Slide> SlideCollection

See Also

SlideCollection Members

DevExpress.Docs.Presentation Namespace