ComponentOne List for WinForms
C1.Win.C1List 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 String
    public string CellTip {get; set;}
    See Also