TcxPivotGridDataFieldArea Enum
Enumerates the available locations of the data field anchor.
Declaration
TcxPivotGridDataFieldArea = (
dfaNone,
dfaColumn,
dfaRow
);
Members
| Name |
|---|
dfaNone
|
dfaColumn
|
dfaRow
|
Remarks
The following table contains descriptions of the enumeration values:
| Value | Meaning |
|---|---|
| dfaNone | The data field anchor is hidden |
| dfaColumnArea | The data field anchor is shown in the column header area |
| dfaRowArea | The data field anchor is shown in the row header area |
See Also