ASPxCardViewColumnDisplayTextEventArgs Class
Provides data for the ASPxCardView.CustomColumnDisplayText event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
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.
Inheritance
Object
EventArgs
ASPxGridColumnDisplayTextEventArgs
ASPxCardViewColumnDisplayTextEventArgs
See Also