True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / CellTips Property

In This Topic
    CellTips Property (C1TrueDBGrid)
    In This Topic
    Gets or sets whether the grid displays a pop-up text window when the cursor is idle.
    Syntax
    'Declaration
     
    Public Property CellTips As CellTipEnum
    public CellTipEnum CellTips {get; set;}
    See Also