Back to Devexpress

BackstageItem.KeyTip Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageitem-c9752edc.md

latest1.2 KB
Original Source

BackstageItem.KeyTip Property

Gets or sets an item’s key tip.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public string KeyTip { get; set; }
vb
Public Property KeyTip As String

Property Value

TypeDescription
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

Key Tips

BackstageItem Class

BackstageItem Members

DevExpress.Xpf.Ribbon Namespace