TcxPivotGridFieldArea Enum
In This Article
Enumerates the available locations of pivot grid fields.
#Declaration
Delphi
TcxPivotGridFieldArea = (
faColumn,
faRow,
faFilter,
faData
);
#Members
Name |
---|
fa
|
fa
|
fa
|
fa
|
#Remarks
The following table contains descriptions of the enumeration values:
Value | Description |
---|---|
fa |
Fields are located in the column header area. |
fa |
Fields are located in the row header area. |
fa |
Fields are located in the filter header area. |
fa |
Fields are located in the data header area. |
See Also