Skip to main content

TdxRibbonGalleryFilter.ActiveCategoryIndex Property

Specifies the active filter category by its index.

Declaration

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