Skip to main content
A newer version of this page is available. .
Row

Comment.Visible Property

Gets or sets a value indicating whether the comment should be displayed in a cell.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool Visible { get; set; }

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.

Spreadsheet_HiddenComment

See Also