Back to Devexpress

ASPxCardViewColumnDisplayTextEventArgs Class

aspnet-devexpress-dot-web-9bf1d14c.md

latest2.6 KB
Original Source

ASPxCardViewColumnDisplayTextEventArgs Class

Provides data for the ASPxCardView.CustomColumnDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewColumnDisplayTextEventArgs :
    ASPxGridColumnDisplayTextEventArgs
vb
Public Class ASPxCardViewColumnDisplayTextEventArgs
    Inherits ASPxGridColumnDisplayTextEventArgs

ASPxCardViewColumnDisplayTextEventArgs is the data class for the following events:

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 BootstrapCardViewColumnDisplayTextEventArgs

See Also

ASPxCardViewColumnDisplayTextEventArgs Members

CustomColumnDisplayText

Card View

DevExpress.Web Namespace