Back to Devexpress

ASPxCardView.StartEdit(Int32) Method

aspnet-devexpress-dot-web-dot-aspxcardview-dot-startedit-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

ASPxCardView.StartEdit(Int32) Method

Switches the ASPxCardView to edit mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public void StartEdit(
    int visibleIndex
)
vb
Public Sub StartEdit(
    visibleIndex As Integer
)

Parameters

NameTypeDescription
visibleIndexInt32

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

CancelEdit()

UpdateEdit()

StartEditCard(visibleIndex)

Card View

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace