Skip to main content
Bar

BarManager.ShowShortcutInScreenTips Property

Gets or sets a value indicating whether shortcut keys (specified by the BarItem.KeyGesture property) must be displayed along with a hint for bar item links. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public bool ShowShortcutInScreenTips { get; set; }

#Property Value

Type Description
Boolean

true, if shortcut keys are displayed; otherwise, false.

#Remarks

Use the BarItem.Hint property to assign a hint for a bar item. The BarItem.KeyGesture property allows you to specify a shortcut to invoke the bar item's functionality.

See Also