Skip to main content
All docs
V25.1
  • Presentation.SlideMasters Property

    Returns the presentation collection of Slide Masters. The Slide Master is a top-level template slide that you can use as a base for other slides.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public SlideMasterCollection SlideMasters { get; }

    Property Value

    Type Description
    SlideMasterCollection

    A collection of slide masters.

    Remarks

    For more information, refer to the following help topic: DevExpress Presentation API Library: Configure Slide Masters and Layouts.

    See Also