Comment.Visible Property
Gets or sets a value indicating whether the comment should be displayed in a cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, to show a comment; otherwise, false. |
Remarks
By default, when you programmatically create a new comment and do not set the Visible property, the comment is hidden in the user interface. However, you can still determine that a cell has a comment from the red triangular indicator displayed in the top-right corner of the cell.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Visible property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.