Back to Devexpress

TcxDBPivotGridFieldDataBinding.FieldName Property

vcl-cxdbpivotgrid-dot-tcxdbpivotgridfielddatabinding.md

latest1.3 KB
Original Source

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

TcxDBPivotGridFieldDataBinding.DBField

TcxDBPivotGridFieldDataBinding Class

TcxDBPivotGridFieldDataBinding Members

cxDBPivotGrid Unit