Skip to main content
A newer version of this page is available. .
Tab

ASPxCardView.StartEdit(Int32) Method

Switches the ASPxCardView to edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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