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 Members

The TcxDBPivotGridFieldDataBinding class implements the O/R mapping tool, which is used for linking the view and persistent fields.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TcxPivotGridField) Initializes a new instance of the TcxPivotGridFieldDataBinding class with specified settings. Inherited from TcxPivotGridFieldDataBinding.

#Properties
Show Inherited Hide Inherited

Name Description
DBField Represents the dataset field.
Field Provides access to the data-aware field which the current DataBinding object corresponds to.
FieldCaption
FieldName Specifies the name of a dataset’s field which the data-aware field is bound to.
PivotGrid Provides access to the pivot grid control which uses the current DataBinding object to link a field to a data store. Inherited from TcxPivotGridFieldDataBinding.
ValueType Specifies the string representation of the value type class. Inherited from TcxPivotGridFieldDataBinding.
ValueTypeAssigned Indicates whether the data type has been explicitly designated for the current DataBinding object. Inherited from TcxPivotGridFieldDataBinding.
ValueTypeClass Determines the data type of the data binding. Inherited from TcxPivotGridFieldDataBinding.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also