Skip to main content

TcxFilterCriteriaItem.DisplayValue Property

Specifies the text representation of the Value property when displayed in the filter status bar.

Declaration

property DisplayValue: string read; write;

Property Value

Type
string

Remarks

Use the DisplayValue property to specify the text representation of the Value property. DisplayValue will be displayed in the filter status bar when the current filter condition is applied to your grid control.

See Also