TdxRibbonGalleryFilter Class
Declaration
TdxRibbonGalleryFilter = class(
TPersistent
)
Remarks
To provide content for the gallery filter, you can:
Manually create filter categories by populating the Categories collection.
Leave the Categories collection empty. In this case, filter options are automatically created (one per each group), based on the gallery’s GalleryCategories collection.
Use a gallery’s GalleryFilter property to access its filter.
Inheritance
TObject
TPersistent
TdxRibbonGalleryFilter
See Also