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

ASPxCardViewColumnDisplayTextEventArgs Class

Provides data for the ASPxCardView.CustomColumnDisplayText event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxCardViewColumnDisplayTextEventArgs :
    ASPxGridColumnDisplayTextEventArgs

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.

See Also