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

TdxStorageItemCustomDataBinding Class

The base class for dataset field setting classes.

#Declaration

Delphi
TdxStorageItemCustomDataBinding = class(
    TcxOwnedPersistent
)

#Remarks

The TdxStorageItemCustomDataBinding class has the ValueType and ValueTypeClass properties that allow you to switch between supported data types for stored values.

Do not use the TdxStorageItemCustomDataBinding class directly. Use the following descendants instead:

TdxChartSeriesDBField
Stores settings of a dataset field bound to a chart series.
TdxChartSeriesUnboundField
Stores data-related settings for arguments or values in unbound data access mode.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxStorageItemCustomDataBinding
See Also