TcxGridDBChartItemDataBinding.FieldName Property
Specifies the name of the item’s field.
Declaration
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