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

TdxRibbonGalleryFilterCategory Class

#Declaration

Delphi
TdxRibbonGalleryFilterCategory = class(
    TCollectionItem
)

#Remarks

A category is represented by a TdxRibbonGalleryFilterCategory class instance. This class introduces members that allow you to:

  • Specify a filter category’s caption (Caption).

  • Associate gallery groups with the filter category (Groups).

  • Access the gallery that owns this filter (GalleryItem).

To access categories that belong to a gallery filter, use the gallery filter’s Categories collection.

#Inheritance

TObject
TPersistent
TCollectionItem
TdxRibbonGalleryFilterCategory
See Also