Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItem.ShortCut Property

Specifies the shortcut for the bar item.

#Declaration

Delphi
property ShortCut: TShortCut read; write; default 0;

#Property Value

Type Default Description
TShortCut 0

The bar item shortcut.

#Remarks

Setting the property calls the ShortCutChanged method.

Handle a bar manager’s OnHandleKey event to prevent the bar manager from handling certain shortcuts.

See Also