TcxPivotGridField.DataVisibility Property
In This Article
Specifies the cell visibility for data fields.
#Declaration
Delphi
property DataVisibility: TcxPivotGridFieldDataVisibility read; write; default dvAllCells;
#Property Value
Type | Default |
---|---|
Tcx |
dv |
#Remarks
Options include:
Value | Meaning |
---|---|
dv |
All the field’s data cells are visible. |
dv |
Only cross cells and subtotal cells corresponding to the field are visible. |
dv |
Only grand total cells corresponding to the field are visible. |
Note
The Data
The default value of the DataVisibility property is dvAllCells.
See Also