ToolTipType Enum
Enumerates tooltip types that are supported by controls.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Default
|
The default tooltip type. The actual tooltip type is determined by a control. |
Standard
|
A regular tooltip that consists of the title and contents regions. |
SuperTip
|
A SuperToolTip that supports multiple text and image regions. |
Flyout
|
A tooltip that allows you to display any control in the FlyoutPanel control. |
Html
|
A tooltip that utilizes the HTML template assigned to the controller’s HtmlTemplate property. |
Related API Members
The following properties accept/return ToolTipType values:
See Also