Skip to main content
Tab

ASPxStartCardEditingEventArgs(Object) Constructor

Initializes a new instance of the ASPxStartCardEditingEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxStartCardEditingEventArgs(
    object editingKeyValue
)

Parameters

Name Type Description
editingKeyValue Object

The card visible index.

See Also