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

AccordionControlElementBase.Hint Property

Gets or sets a regular tooltip for the current element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public virtual string Hint { get; set; }

Property Value

Type Default Description
String String.Empty

A regular tooltip for the current element.

Remarks

For each element, you can display a regular(simple) tooltip or SuperToolTip (a tooltip that supports multiple text and image regions). The AccordionControlElementBase.SuperTip property allows you to assign a SuperToolTip object to the element. The Hint property specifies a regular hint.

AccordionControlElement-Hint

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

See Tooltips for more information.

See Also