TdxRibbonGalleryFilter.Categories Property
In This Article
Provides zero-based indexed access to categories associated with this gallery filter.
#Declaration
Delphi
property Categories: TdxRibbonGalleryFilterCategories read; write;
#Property Value
Type |
---|
Tdx |
#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