Skip to main content
All docs
V26.1
  • SlideLayoutCollection(SlideMaster) Constructor

    Initializes a new instance of the SlideLayoutCollection class with specified settings.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public SlideLayoutCollection(
        SlideMaster parent
    )

    Parameters

    Name Type Description
    parent SlideMaster

    The parent slide master.

    See Also