Skip to main content

TdxRibbonGalleryFilter.Caption Property

Specifies the gallery filter label’s text.

Declaration

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