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

ASPxGridItemEventArgs(Int32, Object) Constructor

Initializes a new instance of the ASPxGridItemEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridItemEventArgs(
    int visibleIndex,
    object keyValue
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

keyValue Object

An object that uniquely identifies the row.

See Also