aspnet-devexpress-dot-web-b24ab5ed.md
Provides data for the ASPxCardView.CommandButtonInitialize event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxCardViewCommandButtonEventArgs :
ASPxGridCommandButtonEventArgs
Public Class ASPxCardViewCommandButtonEventArgs
Inherits ASPxGridCommandButtonEventArgs
ASPxCardViewCommandButtonEventArgs is the data class for the following events:
The ASPxCardView.CommandButtonInitialize event is raised for each built-in command button (edit, new, delete, etc.), and allows their settings to be initialized.
Object EventArgs ASPxGridCommandButtonEventArgs ASPxCardViewCommandButtonEventArgs BootstrapCardViewCommandButtonEventArgs
See Also