Ribbon Gallery Filters
Gallery filters allow end-users to filter dropdown galleries by:
Categories (a category can include more than one group)
End-users can click a gallery filter label displayed at the top of the expanded gallery to access available filter options.
Clicking a filter option refreshes the gallery to display only gallery items in the chosen group or category.
With our gallery filters implementation, you don’t need to manually create categories and assign groups to them. Filter options are automatically created for each gallery group.
A gallery filter is represented by a TdxRibbonGalleryFilter object available via the gallery group’s GalleryFilter property. This object provides the following interface:
Member | Description |
---|---|
ActiveCategoryIndex | Specifies the currently active category (filter option). |
Caption | Specifies the gallery filter label’s text. |
Categories | Provides access to available categories. Use this property to manage the category list. |
Visible | Specifies the filter label’s visibility. |
See Also