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