Skip to main content
Tab

ASPxVerticalGridRecordEventArgs(Int32, Object) Constructor

Initializes a new instance of the ASPxVerticalGridRecordEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridRecordEventArgs(
    int visibleIndex,
    object keyValue
)

Parameters

Name Type Description
visibleIndex Int32

The record’s visible index.

keyValue Object

An object that uniquely identifies the record.

See Also