Skip to main content
A newer version of this page is available. .

ToolTipController.Active Property

Gets or sets whether the component’s functionality is enabled.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Active { get; set; }

Property Value

Type Default Description
Boolean true

true if displaying tooltips is allowed; otherwise, false.

See Also