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

NuGet Package: DevExpress.Wpf.Core

Declaration

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