aspnet-devexpress-dot-web-9bf1d14c.md
Provides data for the ASPxCardView.CustomColumnDisplayText event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxCardViewColumnDisplayTextEventArgs :
ASPxGridColumnDisplayTextEventArgs
Public Class ASPxCardViewColumnDisplayTextEventArgs
Inherits ASPxGridColumnDisplayTextEventArgs
ASPxCardViewColumnDisplayTextEventArgs is the data class for the following events:
The ASPxCardView.CustomColumnDisplayText event can be used to provide custom display text for specific cells in an ASPxCardView.
The cell currently being processed is referred to by the column and card. The column is specified by the ASPxCardViewColumnDisplayTextEventArgs.Column property. The card can be identified by the ASPxGridColumnDisplayTextEventArgs.VisibleIndex property. The cell’s display text is specified by the ASPxGridColumnDisplayTextEventArgs.DisplayText property.
Object EventArgs ASPxGridColumnDisplayTextEventArgs ASPxCardViewColumnDisplayTextEventArgs BootstrapCardViewColumnDisplayTextEventArgs
See Also