Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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 Hints and Tooltips, to learn about SuperToolTips.

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

See Also