ToolTipControllerShowEventArgs.Show Property
Gets or sets whether the tooltip should be displayed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
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