Skip to main content

TcxPivotGridFieldDataBinding.ValueType Property

Specifies the string representation of the value type class.

Declaration

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