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

ASPxClientGridViewContextMenuEventArgs.index Property

Identifies the grid element being right clicked by the user.

Declaration

index: number

Property Value

Type Description
number

A zero-based integer index that identifies the grid element being clicked by the user.

Remarks

The index property value is dependent upon the ASPxClientGridViewContextMenuEventArgs.objectType property value.

See Also