Back to Devexpress

TdxCustomRibbonBackstageViewGalleryControl.OnItemClick Event

vcl-dxribbonbackstageviewgallerycontrol-dot-tdxcustomribbonbackstageviewgallerycontrol-d7a99d4b.md

latest1.2 KB
Original Source

TdxCustomRibbonBackstageViewGalleryControl.OnItemClick Event

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

TdxCustomRibbonBackstageViewGalleryControl Class

TdxCustomRibbonBackstageViewGalleryControl Members

dxRibbonBackstageViewGalleryControl Unit