TcxCustomItemDataBinding.ValueType Property
Specifies an item’s data type.
Declaration
property ValueType: string read; write;
Property Value
Type |
---|
string |
Remarks
Use this property to specify a type of values that the specified item can display.
Note
In data-aware controls the ValueType and ValueTypeClass property values are updated according to the associated field‘s data type.
See Also