Skip to main content
Bar

BarItemLink.KeyTip Property

Gets or sets the key tip used to invoke the bar item link's functionality. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public string KeyTip { get; set; }

#Property Value

Type Description
String

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

See Also