Skip to main content
All docs
V26.1
  • SlideCollection Class

    A collection of slides in a presentation.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public class SlideCollection :
        OfficeObjectCollection<Slide>

    The following members return SlideCollection objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<Slide>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<Slide>
    DevExpress.Docs.Office.Internal.OfficeObjectCollection<Slide>
    SlideCollection
    See Also