Skip to main content

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

BackstageViewItem.KeyTip Property

Gets or sets the Key Tip for this BackstageViewItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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