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

TdxRibbonGalleryItem.OnInitFilterMenu Event

In This Article

Allows you to customize a gallery filter menu before it appears.

#Declaration

Delphi
property OnInitFilterMenu: TdxRibbonGalleryInitFilterMenuEvent read; write;

#Remarks

By default, a gallery filter menu is populated with items according to the gallery filter’s Categories collection. If this collection is empty, items are created automatically, based on existing gallery groups.

To add or remove menu items, use the AItemLinks parameter.

Note

You need to manually assign OnClick event handlers to custom menu items.

See Also