Skip to main content

TdxRibbonGalleryFilter.Categories Property

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

Declaration

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