Skip to main content

TdxRibbonGalleryItem.OnInitFilterMenu Event

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

Declaration

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