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.1.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.