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