Skip to main content

BackstageItem.KeyTip Property

Gets or sets an item’s key tip.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.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