Back to Devexpress

BarItemLinkBase.KeyTipDropDown Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-b339f7e8.md

latest1.9 KB
Original Source

BarItemLinkBase.KeyTipDropDown Property

Gets or sets the Key Tip used to open a dropdown control associated with a bar item link. This key tip is displayed only for links that belong to a sub-menu or Application Menu. 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 KeyTipDropDown { get; set; }
vb
Public Property KeyTipDropDown As String

Property Value

TypeDescription
String

A String value that specifies the Key Tip used to open a dropdown control associated with a bar item link.

|

Remarks

For more information, see Key Tips.

See Also

AllowKeyTips

KeyTipApplicationButton

RibbonPageGroup.KeyTip

KeyTipGroupExpanding

RibbonPage.KeyTip

BarItemLinkBase.KeyTip

KeyTipDropDown

Key Tips

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace