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

TcxDBPivotGridFieldDataBinding.FieldName Property

Specifies the name of a dataset’s field which the data-aware field is bound to.

#Declaration

Delphi
property FieldName: string read; write;

#Property Value

Type
string

#Remarks

The FieldName property addresses the data field in the data controller which is associated with the data-aware field. The data field itself can be accessed via the Field object.

When the FieldName is assigned, the ValueTypeClass property which determines the value type of this field is set automatically based upon the dataset field’s type. This ensures the pivot grid performs correctly when accessing, sorting and validating field values.

See Also