Skip to main content
All docs
V25.2
  • SlideMaster.Layouts Property

    Returns the collection of slide layouts associated with the slide master.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public SlideLayoutCollection Layouts { get; }

    Property Value

    Type Description
    SlideLayoutCollection

    The collection of slide layouts associated with the slide master.

    Remarks

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

    See Also