DefaultToolTipController.DefaultController Property
In This Article
Returns the object which represents the Default ToolTipController.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Controller")]
public ToolTipController DefaultController { get; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
#Remarks
See the Tooltip Management for more information on the Default ToolTipController.
See Also