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

TcxGridDBChartItemDataBinding.FieldName Property

Specifies the name of the item’s field.

#Declaration

Delphi
property FieldName: string read; write;

#Property Value

Type
string

#Remarks

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

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

See Also