TcxValueTypeClass Type
A reference to a value type class used in DevExpress data controllers and other data-related APIs.
Declaration
TcxValueTypeClass = class of TcxValueType;
Referenced Class
Type | Description |
---|---|
TcxValueType | The base class for classes that implement functionality related to different value types in DevExpress data controllers and other data-related APIs. |
Remarks
The following public API members reference the TcxValueTypeClass
type:
- TcxGridChartItemDataBinding.ValueTypeClass
- Determines the data type of the data binding.
- TcxGridItemDataBinding.ValueTypeClass
- Determines the data type which the data binding provides.
- TcxPivotGridFieldDataBinding.ValueTypeClass
- Determines the data type of the data binding.
- TcxFilterDialog.ValueTypeClass
- TcxCustomItemDataBinding.ValueTypeClass
- Determines the data type the data binding provides.
- TcxLookupGridColumn.ValueTypeClass
- TcxCustomSchedulerStorageField.ValueTypeClass
- Specifies the data type for the current user-defined field.
- TcxCustomDataField.ValueTypeClass
- TdxStorageItem.ValueTypeClass
- TdxStorageItemCustomDataBinding.ValueTypeClass
- Specifies the reference to the value type class that corresponds to the used data type.
Refer to the TcxValueType class description for the full list of value type classes.
See Also