Skip to main content
All docs
V25.1
  • ViewProperties.ShowComments Property

    Gets or sets whether to display slide comments. Applications may ignore this setting.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ShowComments { get; set; }

    Property Value

    Type Description
    Boolean

    true to display slide comments; otherwise false.

    Remarks

    Note

    Presentation applications (like PowerPoint, LibreOffice, or OpenOffice) may ignore this property.

    See Also