TcxFilterValueItem.DisplayText Property
Returns the filter item’s display text.
Declaration
property DisplayText: string read;
Property Value
| Type | Description |
|---|---|
| string | The filter item’s display text. |
Remarks
The DisplayText property value is defined when a TcxFilterValueList.Add method call creates a filter item.
See Also