aspnet-devexpress-dot-web-af00dc05.md
Provides data for the ASPxCardView.CustomUnboundColumnData event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxCardViewColumnDataEventArgs :
ASPxGridColumnDataEventArgs
Public Class ASPxCardViewColumnDataEventArgs
Inherits ASPxGridColumnDataEventArgs
ASPxCardViewColumnDataEventArgs is the data class for the following events:
The ASPxCardView.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 ASPxCardViewColumnDataEventArgs.Column property. To refer to the row that contains the cell being processed, use the ASPxGridColumnDataEventArgs.ListSourceRowIndex property.
Object EventArgs ASPxGridColumnDataEventArgs ASPxCardViewColumnDataEventArgs BootstrapCardViewColumnDataEventArgs
See Also