Skip to main content
All docs
V25.1
  • DocumentProperties.Subject Property

    Gets or sets the subject of the presentation.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public string Subject { get; set; }

    Property Value

    Type Description
    String

    The presentation subject. The string is limited in length to 255 characters.

    See Also