Skip to main content
Bar

BarItemLink.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.v14.2.dll

#Declaration

public string KeyTipDropDown { get; set; }

#Property Value

Type Description
String

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

See Also