TcxPivotGridGroupItem.RecordIndex Property
Gets an index of the dataset record, which is associated with the currently processed grouping value.
Declaration
property RecordIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the RecordIndex property to return the number of the dataset record that corresponds to the currently processed grouping value. If the RecordIndex property is set to -2 (the cxPivotGridOthersRecordIndex constant’s value), then the currently processed grouping value is the ‘Others’ item (see also the TcxPivotGridField.TopValueCount and TcxPivotGridField.TopValueShowOthers properties).
See Also