Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

[Browsable(false)]
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