aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b77f5661.md
Provides data for the BootstrapCardView.CustomColumnDisplayText event.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapCardViewColumnDisplayTextEventArgs :
ASPxCardViewColumnDisplayTextEventArgs
Public Class BootstrapCardViewColumnDisplayTextEventArgs
Inherits ASPxCardViewColumnDisplayTextEventArgs
BootstrapCardViewColumnDisplayTextEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridColumnDisplayTextEventArgs ASPxCardViewColumnDisplayTextEventArgs BootstrapCardViewColumnDisplayTextEventArgs
See Also