ASPxCardView.StartEdit(Int32) Method
Switches the ASPxCardView to edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | A zero-based integer that identifies a card to be edited. |
Remarks
Use the StartEdit 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