constructor(visibleIndex) Constructor
Initializes a new instance of the ASPxClientGridViewRowCancelEventArgs class.
Declaration
constructor(
visibleIndex: number
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The row’s visible index. This value is assigned to the ASPxClientGridViewRowCancelEventArgs.visibleIndex property. |
See Also