ASPxClientClickEventArgs.DataIndex Property
Gets the index of the data field which corresponds to the clicked summary value.
Declaration
DataIndex: number
Property Value
Type | Description |
---|---|
number | A value that identifies the data field. |
Remarks
The ASPxPivotGrid calculates summaries against data fields. When there are two or more data fields, the ASPxPivotGrid displays data field headers to distinguish between different summary values. The DataIndex property allows you to identify the data field which corresponds to the clicked cell.
See Also