Gets text to be displayed when the markup annotation's popup window is opened over a page.
Namespace:DevExpress.XtraPdfViewer
Assembly:DevExpress.XtraPdfViewer.v18.2.dll

Syntax
C# |
public string Comment { get; }
|
VB |
Public ReadOnly Property Comment As String
|
Property value
Type: String
A System.String value that is text to be displayed when the markup annotation's popup window is opened over a page.

See Also