FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / ToolTip Property

In This Topic
    ToolTip Property (Column)
    In This Topic
    Gets or sets the tooltip text for the column header cells.
    Syntax
    'Declaration
     
    Public Property ToolTip As String
    public string ToolTip {get; set;}
    See Also