Skip to main content
Bar

RibbonGalleryBarItem.ItemShortcut Property

Gets or sets the shortcut used to access associated links using the keyboard. This property is not supported by the RibbonGalleryBarItem class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarShortcut ItemShortcut { get; set; }

Property Value

Type Description
BarShortcut

A BarShortcut value.

Remarks

Using shortcuts is disabled for links of RibbonGalleryBarItem objects. Therefore, the ItemShortcut property is not supported by this class.

See Also