Skip to main content

ToolTipControllerShowEventArgs.Show Property

Gets or sets whether the tooltip should be displayed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public bool Show { get; set; }

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