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