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

TcxPivotGridViewData Class

Contains layout information on the data cells.

#Declaration

Delphi
TcxPivotGridViewData = class(
    TObject
)

#Remarks

Along with representing information on the view’s structure (see the ColumnCount, Columns, RowCount and Rows properties), the TcxPivotGridViewData class allows you to:

The TcxPivotGridViewData object is referenced by the pivot grid’s ViewData property.

#Inheritance

TObject
TcxPivotGridViewData
See Also