Gets or sets a value indicating whether ToolTips are shown for the RadItem objects contained in
the RadControl.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)]
public virtual bool ShowItemToolTips { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(True)> _
Public Overridable Property ShowItemToolTips As Boolean
Get
Set |
See Also