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.Caption Property

Specifies the gallery filter label’s text.

#Declaration

Delphi
property Caption: string read; write;

#Property Value

Type
string

#Remarks

If this property is set to an empty string, the label’s text is updated automatically based on the currently active filter options. To specify the text manually, handle the OnFilterChanged event. This event is raised when end-users toggle filter options.

Note

If no categories are defined within the gallery filter, the label displays header captions of the visible gallery groups, delimited by commas.

See Also