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

BootstrapCardViewSummaryDisplayTextEventArgs(BootstrapCardView, ASPxCardViewSummaryItem, Object, String) Constructor

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewSummaryDisplayTextEventArgs(
    BootstrapCardView cardView,
    ASPxCardViewSummaryItem item,
    object value,
    string text
)

Parameters

Name Type
cardView BootstrapCardView
item ASPxCardViewSummaryItem
value Object
text String
See Also