Skip to main content

ASPxStartRowEditingEventArgs(Object) Constructor

In This Article

Initializes a new instance of the ASPxStartRowEditingEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxStartRowEditingEventArgs(
    object editingKeyValue
)

#Parameters

Name Type Description
editingKeyValue Object

An object that uniquely identifies the processed row. This value is assigned to the ASPxStartRowEditingEventArgs.EditingKeyValue property.

See Also