Back to Devexpress

BarItem.KeyTip Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-2f13cbf0.md

latest1.6 KB
Original Source

BarItem.KeyTip Property

Gets or sets the Key Tip used to invoke the bar item’s functionality. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
String

A string that specifies the Key Tip associated with the bar item.

|

Remarks

For more information, see Key Tips.

See Also

AllowKeyTips

KeyTipApplicationButton

RibbonPageGroup.KeyTip

KeyTipGroupExpanding

RibbonPage.KeyTip

Key Tips

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace