ASPxClientCardView.StartEditCardByKey(key) Method
In This Article
Switches the ASPxCardView to edit mode.
#Declaration
TypeScript
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