Skip to main content

TcxPivotGridViewDataItem Class

Contains layout information on field values.

Declaration

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