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

BarItem.DropDownSuperTip Property

Gets or sets a SuperToolTip object that is displayed when the current item displays a separate dropdown arrow and this arrow is hot-tracked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[SupportedByBarManager(SupportedByBarManagerKind.NonSupported)]
public SuperToolTip DropDownSuperTip { get; set; }

Property Value

Type Description
SuperToolTip

A SuperToolTip object that specifies a tooltip for a separate dropdown button.

Remarks

This property is in effect for bar button items that display a separate dropdown arrow. The tooltip assigned to the DropDownSuperTip property is displayed when hovering over this arrow. Hovering over the remaining part of the button item displays the tooltip specified by the BarItem.SuperTip property. See Tooltip Management, to learn about SuperToolTips.

To display a separate dropdown arrow for a button item, set the BarButtonItem.ButtonStyle property to BarButtonStyle.DropDown.

See Also