UseCellTips Property (C1SuperTooltipBase)
In This Topic
Gets or sets a value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.
Syntax
'Declaration
Public Property UseCellTips As Boolean
public bool UseCellTips {get; set;}
See Also