Skip to main content

ASPxStartRowEditingEventArgs(Object) Constructor

Initializes a new instance of the ASPxStartRowEditingEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v24.1.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