Skip to main content

constructor(visibleIndex) Constructor

In This Article

Initializes a new instance of the ASPxClientGridViewSelectionEventArgs class.

#Declaration

TypeScript
constructor(
    visibleIndex: number
)

#Parameters

Name Type Description
visibleIndex number

The visible index of the row whose selected state has been changed. This value is assigned to the ASPxClientGridViewSelectionEventArgs.visibleIndex property.

See Also