CellLabelDelay Property (C1FlexGrid)
In This Topic
Gets or sets the period of time, in milliseconds, that the mouse pointer remains over a cell whose contents are partially hidden, before the tooltip label is displayed.
Syntax
'Declaration
Public Property CellLabelDelay As Integer
public int CellLabelDelay {get; set;}
See Also