Back to Devexpress

ViewProperties.ShowComments Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-viewproperties-919c12f5.md

latest1.3 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool ShowComments { get; set; }
vb
Public Property ShowComments As Boolean

Property Value

TypeDescription
Boolean

true to display slide comments; otherwise false.

|

Remarks

Note

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

See Also

ViewProperties Class

ViewProperties Members

DevExpress.Docs.Presentation Namespace