TcxPivotGridViewDataItem.VisibleIndex Property
Gets the zero-based ordinal number of the currently processed field value in the view.
Declaration
property VisibleIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The VisibleIndex property returns an index of the field value’s position in an ordered set of field values, which are located at the lowest level.
Note
the VisibleIndex property’s value of the parent field value is -1.
See Also