Skip to main content
A newer version of this page is available. .

AccordionControlElementBase.SuperTip Property

Gets or sets a SuperToolTip for the current element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("ToolTip")]
public virtual SuperToolTip SuperTip { get; set; }

Property Value

Type Description
SuperToolTip

A SuperToolTip object associated with the element.

Remarks

For each element, you can display a regular(simple) tooltip (see AccordionControlElementBase.Hint) or SuperToolTip (a tooltip that supports multiple text and image regions).

AccordionControlElement-SuperTip

The SuperTip property takes priority over the AccordionControlElementBase.Hint property.

See Tooltip Management for more information.

See Also