Skip to main content
A newer version of this page is available. .
Bar

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.v19.2.dll

Declaration

public string KeyTipDropDown { get; set; }

Property Value

Type Description
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