Back to Devexpress

BootstrapCardViewColumnDataEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d0d445a2.md

latest2.3 KB
Original Source

BootstrapCardViewColumnDataEventArgs Class

Provides data for the BootstrapCardView.CustomUnboundColumnData event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewColumnDataEventArgs :
    ASPxCardViewColumnDataEventArgs
vb
Public Class BootstrapCardViewColumnDataEventArgs
    Inherits ASPxCardViewColumnDataEventArgs

BootstrapCardViewColumnDataEventArgs is the data class for the following events:

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

Object EventArgs ASPxGridColumnDataEventArgs ASPxCardViewColumnDataEventArgs BootstrapCardViewColumnDataEventArgs

See Also

BootstrapCardViewColumnDataEventArgs Members

Card View

DevExpress.Web.Bootstrap Namespace