Xceed Toolkit Plus for WPF v4.6 Documentation
ShowDescriptionByTooltip Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.PropertyGrid Namespace > PropertyGrid Class : ShowDescriptionByTooltip Property
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

Reference

PropertyGrid Class
PropertyGrid Members