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

BootstrapCardViewEditorEventArgs Class

Provides data for the BootstrapCardView.CellEditorInitialize event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapCardViewEditorEventArgs :
    ASPxCardViewEditorEventArgs

Remarks

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

See Also