Skip to main content

ASPxClientGridViewSelectionEventArgs.visibleIndex Property

Gets the visible index of the row whose selected state has been changed.

#Declaration

TypeScript
visibleIndex: number

#Property Value

Type Description
number

The row’s visible index.

#Remarks

The visibleIndex property returns -1 in the cases listed below:

See Also