ASPxGridViewItemEventArgs(Int32, Object) Constructor
Initializes a new instance of the ASPxGridViewItemEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
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