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

TdxCustomRibbonBackstageViewGalleryControl.OnItemClick Event

In This Article

Enables you to respond to clicking/right-clicking an item within the Ribbon Backstage View gallery.

#Declaration

Delphi
property OnItemClick: TdxRibbonBackstageViewGalleryControlItemEvent read; write;

#Remarks

Sender specifies the Ribbon Backstage View gallery whose item is clicked/right-clicked.

AItem provides access to the item whose checked state is switched in response to the click/right-click. Refer to the OptionsBehavior.ItemCheckMode property description to learn about the modes affecting state changes.

Note

The OnItemClick event occurs only for items whose Enabled property is set to True.

See Also