Back to Devexpress

BootstrapCardViewCommandButtonEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-487dedcf.md

latest2.0 KB
Original Source

BootstrapCardViewCommandButtonEventArgs Class

Provides data for the BootstrapCardView.CommandButtonInitialize event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

BootstrapCardViewCommandButtonEventArgs is the data class for the following events:

Remarks

The BootstrapCardView.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

BootstrapCardViewCommandButtonEventArgs Members

Card View

DevExpress.Web.Bootstrap Namespace