True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / FetchCellTipsEventArgs Class / CellTip Property

In This Topic
    CellTip Property (FetchCellTipsEventArgs)
    In This Topic
    The text to be displayed in the cell tip.
    Syntax
    'Declaration
     
    Public Property CellTip As System.String
    public System.string CellTip {get; set;}
    See Also