BarButtonItem.SuperTip Property
In This Article
Gets or sets the Super Tip for the current BarButtonItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public override SuperToolTip SuperTip { get; set; }
#Property Value
Type | Description |
---|---|
Super |
A Super |
#Remarks
See BarItem.SuperTip for more information.
See Also