Back to Devexpress

DefaultToolTipController.DefaultController Property

windowsforms-devexpress-dot-utils-dot-defaulttooltipcontroller.md

latest1.5 KB
Original Source

DefaultToolTipController.DefaultController Property

Returns the object which represents the Default ToolTipController.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Controller")]
public ToolTipController DefaultController { get; }
vb
<DXCategory("Controller")>
Public ReadOnly Property DefaultController As ToolTipController

Property Value

TypeDescription
ToolTipController

A ToolTipController object which represents the Default ToolTipController.

|

Remarks

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

See Also

DefaultToolTipController Class

DefaultToolTipController Members

DevExpress.Utils Namespace