ToolTipControllerShowEventArgs.Show Property
Gets or sets whether the tooltip should be displayed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the tooltip should be displayed; otherwise, false. |
Remarks
Use the property to control the display of tooltips. To prevent a tooltip from appearing, set the Show property to false.
See Also