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 On
event handlers to custom menu items.
See Also