BarShortcut() Constructor
Creates an instance of the BarShortcut class with default settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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