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.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarShortcut ItemShortcut { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ItemShortcut As BarShortcut
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
Feedback