BackstageViewItem.KeyTip Property
Gets or sets the Key Tip for this BackstageViewItem.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value that is the Key Tip for this BackstageViewItem. |
Remarks
A Key Tip specifies the keyboard key associated with the current item. Pressing this keyboard key will execute the corresponding item command or select this item. To display Key Tips for items within a RibbonControl or a BackstageViewControl, press Alt or F10 at runtime. See the Key Tips topic for the details.
To set whether Key Tips are available for this BackstageViewControl, use the RibbonControl.AllowKeyTips property of a RibbonControl, to which the current BackstageView is assigned as an application menu (see the RibbonControl.ApplicationButtonDropDownControl property).