ASPxCardView.DeleteCard(Int32) Method
In This Article
Deletes the specified card.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
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