SpreadsheetCommentBehaviorOptions.ShowOnHover Property
Gets or sets the document's capability to display a comment when the mouse hovers over a cell with a comment indicator.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v19.2.Core.dll
Declaration
[DefaultValue(DocumentCapability.Default)]
public DocumentCapability ShowOnHover { get; set; }
<DefaultValue(DocumentCapability.Default)>
Public Property ShowOnHover As DocumentCapability
See Also