Back to Devexpress

BarItemLink.KeyTip Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-b72d0343.md

latest1.5 KB
Original Source

BarItemLink.KeyTip Property

Gets or sets the Key Tip for a bar item link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual string KeyTip { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Overridable Property KeyTip As String

Property Value

TypeDescription
String

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

|

Remarks

For more information, see Key Tips.

See Also

AllowKeyTips

Key Tips

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace