Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxValueTypeClass Type

A reference to a value type class used in DevExpress data controllers and other data-related APIs.

#Declaration

Delphi
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