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

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