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.OnItemPinClick Event

In This Article

Enables you to respond to clicking an item’s pin within the Ribbon Backstage View gallery.

#Declaration

Delphi
property OnItemPinClick: TdxRibbonBackstageViewGalleryControlItemEvent read; write;

#Remarks

The OnItemPinClick event is fired after an item’s pinned state has been switched by clicking the item’s pin. You can handle this event, for instance, to revert the state change.

Sender specifies the Ribbon Backstage View gallery whose item pin is clicked.

AItem provides access to the item whose pin is clicked.

Note

The OnItemPinClick event occurs only when clicking pins of items whose Enabled property is set to True.

See Also