Skip to main content
Tab

ASPxCardView.DeleteCard(Int32) Method

Deletes the specified card.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void DeleteCard(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the card.

Remarks

Once the DeleteCard method is called, the ASPxCardView.CardDeleting event is raised. It allows you to cancel the delete operation. After a card has been deleted, the ASPxCardView.CardDeleted event is raised.

End-users can delete cards by clicking the Delete command.

See Also