ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ToolTip Property

In This Topic
    ToolTip Property (C1DataGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BindableAttribute(True)>
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.Windows.LocalizabilityAttribute(LocalizationCategory.ToolTip)>
    Public Property ToolTip As System.Object
    [System.ComponentModel.Bindable(true)]
    [System.ComponentModel.Category("Appearance")]
    [System.Windows.Localizability(LocalizationCategory.ToolTip)]
    public System.object ToolTip {get; set;}
    See Also