Skip to main content

ASPxClientGridViewContextMenuEventArgs.index Property

Identifies the grid element being right clicked by the user.

#Declaration

TypeScript
index: number

#Property Value

Type Description
number

The index of the grid element being clicked by the user.

#Remarks

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

See Also