Back to Devexpress

BootstrapCardViewColumnDisplayTextEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b77f5661.md

latest2.7 KB
Original Source

BootstrapCardViewColumnDisplayTextEventArgs Class

Provides data for the BootstrapCardView.CustomColumnDisplayText event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

BootstrapCardViewColumnDisplayTextEventArgs is the data class for the following events:

Remarks

The BootstrapCardView.CustomColumnDisplayText event can be used to provide custom display text for specific cells in a Card View.

The cell currently being processed is referred to by the column and card. The column is specified by the BootstrapCardViewColumnDisplayTextEventArgs.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

BootstrapCardViewColumnDisplayTextEventArgs Members

CustomColumnDisplayText

Card View

DevExpress.Web.Bootstrap Namespace