TcxPivotGridFieldDataBinding Members
Represents an object which links a field to a data store.Constructors
Name | Description |
---|---|
Create(TcxPivotGridField) | Initializes a new instance of the TcxPivotGridFieldDataBinding class with specified settings. |
Properties
Name | Description |
---|---|
Field | Provides access to the field which the current DataBinding object corresponds to. |
PivotGrid | Provides access to the pivot grid control which uses the current DataBinding object to link a field to a data store. |
ValueType | Specifies the string representation of the value type class. |
ValueTypeAssigned | Indicates whether the data type has been explicitly designated for the current DataBinding object. |
ValueTypeClass | Determines the data type of the data binding. |
Methods
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