Skip to main content
A newer version of this page is available. .
Tab

ASPxStartCardEditingEventArgs(Object) Constructor

Initializes a new instance of the ASPxStartCardEditingEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxStartCardEditingEventArgs(
    object editingKeyValue
)

Parameters

Name Type Description
editingKeyValue Object

The card visible index.

See Also