Skip to main content
A newer version of this page is available. .

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

An integer 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.

CreateDrillDownDS

See Also