Back to Devexpress

BootstrapCardViewEditorEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8231bcbd.md

latest1.9 KB
Original Source

BootstrapCardViewEditorEventArgs Class

Provides data for the BootstrapCardView.CellEditorInitialize event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewEditorEventArgs :
    ASPxCardViewEditorEventArgs
vb
Public Class BootstrapCardViewEditorEventArgs
    Inherits ASPxCardViewEditorEventArgs

BootstrapCardViewEditorEventArgs is the data class for the following events:

Remarks

The BootstrapCardViewEditorEventArgs class provides properties that allow you to identify the processed data cell, its editor and value.

Inheritance

Object EventArgs ASPxGridItemEventArgs ASPxGridEditorEventArgs ASPxCardViewEditorEventArgs BootstrapCardViewEditorEventArgs

See Also

BootstrapCardViewEditorEventArgs Members

Card View

DevExpress.Web.Bootstrap Namespace