Skip to main content

TcxCustomFilterControl.FilterCaption Property

Determines the text representation of the filter criteria used for display purposes.

Declaration

property FilterCaption: string read;

Property Value

Type
string

Remarks

The FilterCaption property contains a string, which is a user friendly version of the FilterText property value. The FilterCaption property can be used to display filter conditions defined by a filter control in the status bar or somewhere else as your application needs dictate.

Below is an example of FilterText and FilterCaption property values.

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

FilterCaption: (State = CA) and (PurchaseDate = 01-Mar-1976)

See Also