TcxPivotGridViewDataItem Properties
Contains layout information on field values.| 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 of the currently processed field value is visible. |
| 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. |
See Also