Skip to main content

ToolTipType Enum

Enumerates tooltip types that are supported by controls.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public enum ToolTipType

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

See Also