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

AccordionControl.ToolTip Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public override string ToolTip { get; set; }

Property Value

Type
String

Remarks

To assign a regular tooltip to an individual item, use the AccordionControlElementBase.Hint property instead.

See Also