Skip to main content

ASPxClientCardView.StartEditCardByKey(key) Method

Switches the ASPxCardView to edit mode.

Declaration

StartEditCardByKey(
    key: any
): void

Parameters

Name Type Description
key any

An object that uniquely identifies a card to be edited.

Remarks

Use the StartEditCardByKey method to switch the ASPxCardView to edit mode in code. End-users can do this by clicking the Edit command item displayed within the command column.

See Also