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

TcxPivotGridViewDataItem Class

Contains layout information on field values.

#Declaration

Delphi
TcxPivotGridViewDataItem = class(
    TObject
)

#Remarks

Since field values are involved in a parent-child relationship (if two or more fields are dropped in the header area), the TcxPivotGridViewDataItem class provides data on the field values’ hierarchical structure (see the Expanded, HasChildren, ItemCount, Items, Level and Parent properties).

The NextVisible, PrevVisible and VisibleIndex properties are necessary for navigation through siblings.

The TcxPivotGridViewDataItem class provides members to identify the type of the currently processed field value (see the IsDataField, IsGrandTotal, IsTotal, and IsTotalItem properties), and the field value’s caption (see the Value property) and size (see the Size property).

The TcxPivotGridViewDataItem object is referenced by either the TcxPivotGridViewData.Columns (for a column field value) or the TcxPivotGridViewData.Rows (for a row field value) property.

#Inheritance

TObject
TcxPivotGridViewDataItem
See Also