Back to Devexpress

ToolTipControllerShowEventArgs.Show Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-237e3d3b.md

latest1.3 KB
Original Source

ToolTipControllerShowEventArgs.Show Property

Gets or sets whether the tooltip should be displayed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public bool Show { get; set; }
vb
Public Property Show As Boolean

Property Value

TypeDescription
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

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace