TcxFilterCriteria.FilterCaption Property
Determines the text representation of the filter criteria when displayed in the filter status bar.
Declaration
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