ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / CellLabelDelay Property

In This Topic
    CellLabelDelay Property (C1FlexPivotGrid)
    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