TcxPivotGridOptionsDataField Members
Contains options that control the data field anchor in the pivot grid.Constructors
Name | Description |
---|---|
Create(TcxCustomPivotGrid) | Initializes a new instance of the TcxPivotGridCustomOptions class with specified settings. Inherited from TcxPivotGridCustomOptions. |
Properties
Name | Description |
---|---|
Area | Specifies the drop area of the data field anchor. |
AreaIndex | Specifies the data field anchor‘s current position in the sequence of fields in the drop area. |
Caption | Specifies the data field anchor‘s caption. |
IsCaptionAssigned | |
MinWidth | Specifies the minimum width of the data field anchor, if it’s dropped only in the row header area. |
Moving | Specifies whether the data field anchor can be dragged by an end-user. |
PivotGrid | Gets the pivot grid instance, to which the options are applied. Inherited from TcxPivotGridCustomOptions. |
Width | Specifies the width of the data field anchor, if it’s dropped only in the row header area. |
Methods
Name | Description |
---|---|
ApplyBestFit | |
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