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

TcxPivotGridFieldDataBinding.ValueType Property

Specifies the string representation of the value type class.

#Declaration

Delphi
property ValueType: string read; write;

#Property Value

Type
string

#Remarks

The ValueType property specifies the string representation of the data type which the data binding provides. Generally, you should only set the ValueType for unbound and provider modes. This automatically designates the ValueTypeClass associated with this data type. At design time, each field in the ExpressPivotGrid has the DataBinding.ValueType property which is represented by a list of the available data types.

In bound mode, the ValueTypeClass and ValueType properties are automatically assigned based on the underlying data field’s type. To create an unbound item of the specified type in your data-aware pivot grids, customize these properties as needed. This also requires the DataBinding.FieldName property to be unassigned.

See Also