Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.PropertyGrid Namespace / PropertyGrid Class / ShowDescriptionByTooltip Property


In This Topic
    ShowDescriptionByTooltip Property
    In This Topic
    Gets/Sets if the Description of the PropertyItem will be displayed as a tooltip on the PART_Name of the PropertyItem. When ShowDescriptionByTooltip is True and the DescriptionAttribute on the PropertyItem is not null and not empty, it will be displayed as a tooltip.
    Syntax
    'Declaration
     
    Public Property ShowDescriptionByTooltip As Boolean
    'Usage
     
    Dim instance As PropertyGrid
    Dim value As Boolean
     
    instance.ShowDescriptionByTooltip = value
     
    value = instance.ShowDescriptionByTooltip
    public bool ShowDescriptionByTooltip {get; set;}

    Property Value

    True to display the DescriptionAttribute on the PropertyItem as a tooltip.
    Requirements

    See Also