Skip to main content
All docs
V26.1
  • SlideMaster.Layouts Property

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

    Namespace: DevExpress.Docs.Presentation

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

    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