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

ASPxGridViewItemEventArgs(Int32, Object) Constructor

Initializes a new instance of the ASPxGridViewItemEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewItemEventArgs(
    int visibleIndex,
    object keyValue
)

Parameters

Name Type Description
visibleIndex Int32

The data item (row/card) visible index. This value is assigned to the ASPxGridViewItemEventArgs.VisibleIndex property.

keyValue Object

An object that uniquely identifies the data item (row/card). This value is assigned to the ASPxGridViewItemEventArgs.KeyValue property.

See Also