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.v21.1.dll

NuGet Package: DevExpress.Wpf.Ribbon

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