Skip to main content

TcxPivotGridViewDataItem Members

Contains layout information on field values.

Constructors

Name Description
Create(TcxPivotGridViewDataItem,TcxPivotGridGroupItem) Initializes a new instance of the TcxPivotGridViewDataItem class with specified settings.

Properties

Name Description
Expanded Gets whether the currently processed field value is expanded or collapsed.
Field Gets a field, which the currently processed field value is bound to.
First Provides access to the first child field value in the Items collection.
GroupItem Provides access to a grouping value.
HasButton Gets whether the expand button of the currently processed field value is shown.
HasChildren Gets whether the currently processed field value is grouping and its siblings are visible.
Index Gets the zero-based index of the currently processed field value in the Items collection.
IsDataField Gets whether the currently processed field value is the data field.
IsGrandTotal Gets whether the currently processed field value is grand total.
IsTotal Gets whether the currently processed field value is subtotal.
IsTotalItem Gets whether the currently processed field value corresponds to a subtotal or grand total.
ItemCount Gets a count of the child field values in the Items collection.
Items Provides indexed access to the child field values.
Last Provides access to the last child field value in the Items collection.
Level Gets a depth of the currently processed field value in a field values hierarchy.
NextVisible Gets a field value that is a successor of the currently processed field value.
Parent Gets the parent field value of the currently processed field value.
PrevVisible Gets a field value that is a predecessor of the currently processed field value.
Root
Size Gets the size in pixels of the currently processed field value.
SizeWithChildren
Value Gets the value of the currently processed column field value or row field value in a string format.
Visible
VisibleIndex Gets the zero-based ordinal number of the currently processed field value in the view.

Methods

Name Description
Add(TcxPivotGridGroupItem)
AddTotal(TcxPivotGridGroupItem,Integer)
ClearCache
DeleteChildren
Equals(TObject) Inherited from TObject.
GetDisplayText
GetGroupItem(TcxPivotGridField) Returns a grouping value of the currently processed field value.
GetGroupItemByField(TcxPivotGridField) Returns a grouping value, which is associated with the ADataField field.
GetHashCode Inherited from TObject.
GetSummaryType(TcxPivotGridSummaryType,TcxPivotGridCustomTotal) Queries the summary function’s type used for the currently processed field value.
MeasureWidth(TPersistent,Boolean)
ToString Inherited from TObject.
See Also