Skip to main content
All docs
V26.1
  • Slide(SlideLayout, String) Constructor

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public Slide(
        SlideLayout slideLayout,
        string name = null
    )

    Parameters

    Name Type Description
    slideLayout SlideLayout

    The slide layout.

    Optional Parameters

    Name Type Default Description
    name String null

    The slide name.

    See Also