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

TcxFilterCriteria.FilterCaption Property

Determines the text representation of the filter criteria when displayed in the filter status bar.

#Declaration

Delphi
property FilterCaption: string read;

#Property Value

Type
string

#Remarks

This property is used to display the current (applied) filter conditions within the filter status bar.

FilterCaption (State = CA) AND (PurchaseDate = 01-Mar-1976)

FilterText (State = ‘CA’) AND (PurchaseDate = ‘01-Mar-1976’)

You can activate the fcoShowOperatorDescription flag in the Options property to replace operator symbols with their text representations. In this instance, the FilterCaption property will specify the following string:

(State equals CA) AND (PurchaseDate equals 01-Mar-1976)

See Also