Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridField.DataVisibility Property

Specifies the cell visibility for data fields.

#Declaration

Delphi
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