ASPxCardView.StartEdit(Int32) Method
In This Article
Switches the ASPxCardView to edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
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