Back to Devexpress

ASPxCardViewCommandButtonEventArgs Class

aspnet-devexpress-dot-web-b24ab5ed.md

latest1.8 KB
Original Source

ASPxCardViewCommandButtonEventArgs Class

Provides data for the ASPxCardView.CommandButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewCommandButtonEventArgs :
    ASPxGridCommandButtonEventArgs
vb
Public Class ASPxCardViewCommandButtonEventArgs
    Inherits ASPxGridCommandButtonEventArgs

ASPxCardViewCommandButtonEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs ASPxGridCommandButtonEventArgs ASPxCardViewCommandButtonEventArgs BootstrapCardViewCommandButtonEventArgs

See Also

ASPxCardViewCommandButtonEventArgs Members

Card View

DevExpress.Web Namespace