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

TdxRibbonGalleryFilter.ActiveCategoryIndex Property

Specifies the active filter category by its index.

#Declaration

Delphi
property ActiveCategoryIndex: Integer read; write; default -1;

#Property Value

Type
Integer

#Remarks

Use this property to activate the desired filter category so that the gallery displays only the groups associated with this category. Categories are identified by their index in the Categories collection.

Set the ActiveCategoryIndex property to -1 to cancel filtering.

End-users can activate a category by clicking a corresponding filter option in the gallery filter menu.

The default value of the ActiveCategoryIndex property is -1.

See Also