Skip to main content
Tab

ASPxCardView.StartEdit(Int32) Method

Switches the ASPxCardView to edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void StartEdit(
    int visibleIndex
)

#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