TcxCurrencyValueType Class
Implements functionality related to the Currency type in DevExpress data controllers and other data-related APIs.
#Declaration
TcxCurrencyValueType = class(
TcxValueType
)
#Remarks
The TcxCurrencyValueType
class does not introduce new public API members but changes behavior of the following API members declared in the TcxValueType
class:
API Member | Change Description |
---|---|
Caption | Returns 'Currency' . |
Get |
Returns var . |
Is |
Returns True . |
#Default In-Place Editor
All container control items whose data type is TcxCurrencyValueType
use TcxCurrencyEdit as the default in-place editor in unbound mode.
The TcxValueTypeClass type references the TcxCurrencyValueType
class.