Skip to main content
Bar

BarShortcut() Constructor

Creates an instance of the BarShortcut class with default settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarShortcut()

Remarks

This constructor sets the BarShortcut.Key and BarShortcut.SecondKey properties to Keys.None. You can use it to create a new empty shortcut object to compare it with other shortcuts.

See Also