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

ASPxCardViewCommandButtonEventArgs Class

Provides data for the ASPxCardView.CommandButtonInitialize event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxCardViewCommandButtonEventArgs :
    ASPxGridCommandButtonEventArgs

Remarks

The ASPxCardView.CommandButtonInitialize event is raised for each built-in command button (edit, new, delete, etc.), and allows their settings to be initialized.

See Also