Skip to main content

DefaultToolTipController.DefaultController Property

Returns the object which represents the Default ToolTipController.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Controller")]
public ToolTipController DefaultController { get; }

Property Value

Type Description
ToolTipController

A ToolTipController object which represents the Default ToolTipController.

Remarks

See the Tooltip Management for more information on the Default ToolTipController.

See Also