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

BackstageViewItem.KeyTip Property

Gets or sets the Key Tip for this BackstageViewItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue("")]
[DXCategory("Behavior")]
public virtual string KeyTip { get; set; }

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

See Also