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

TdxRibbonGalleryFilter.Categories Property

Provides zero-based indexed access to categories associated with this gallery filter.

#Declaration

Delphi
property Categories: TdxRibbonGalleryFilterCategories read; write;

#Property Value

Type
TdxRibbonGalleryFilterCategories

#Remarks

If this collection is empty, filter options are automatically created (one per each group), based on a gallery’s GalleryCategories collection.

Handle the OnInitFilterMenu event to customize the gallery filter menu’s contents.

See Also