Skip to main content
All docs
V25.2
  • NotesSlide(String) Constructor

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public NotesSlide(
        string name = null
    )

    Optional Parameters

    Name Type Default Description
    name String null

    The note name.

    See Also