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

BootstrapCardViewColumnDataEventArgs Class

Provides data for the BootstrapCardView.CustomUnboundColumnData event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapCardViewColumnDataEventArgs :
    ASPxCardViewColumnDataEventArgs

Remarks

The BootstrapCardView.CustomUnboundColumnData event is raised for unbound columns. It enables data to be supplied to unbound columns.

The unbound column currently being processed is returned by the BootstrapCardViewColumnDataEventArgs.Column property. To refer to the row that contains the cell being processed, use the ASPxGridColumnDataEventArgs.ListSourceRowIndex property.

Inheritance

See Also