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

BackstageItem.KeyTip Property

Gets or sets an item’s key tip.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public string KeyTip { get; set; }

Property Value

Type Description
String

A string object.

Remarks

This property attaches a key tip to an item. For more information about key tips, see Key Tips.

See Also