ComponentOne DataFilter for WPF
C1.DataFilter Namespace / BeforeTooltipShowEventArgs Class / ToolTip Property

In This Topic
    ToolTip Property (BeforeTooltipShowEventArgs)
    In This Topic
    Gets or sets tooltip text.
    Syntax
    'Declaration
     
    
    Public Property ToolTip As String
    public string ToolTip {get; set;}
    Remarks
    Use html encoding to format the text.
    See Also