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