TcxPivotGridField.DataVisibility Property
Specifies the cell visibility for data fields.
Declaration
property DataVisibility: TcxPivotGridFieldDataVisibility read; write; default dvAllCells;
Property Value
| Type | Default |
|---|---|
| TcxPivotGridFieldDataVisibility | dvAllCells |
Remarks
Options include:
| Value | Meaning |
|---|---|
| dvAllCells | All the field’s data cells are visible. |
| dvCrossAndTotalCells | Only cross cells and subtotal cells corresponding to the field are visible. |
| dvGrandTotalCells | Only grand total cells corresponding to the field are visible. |
Note
The DataVisibility property is in effect only for data fields.
The default value of the DataVisibility property is dvAllCells.
See Also