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

BootstrapCardViewSummaryDisplayTextEventArgs Class

Provides data for the BootstrapCardView.SummaryDisplayText event.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewSummaryDisplayTextEventArgs :
    ASPxCardViewSummaryDisplayTextEventArgs

Remarks

The BootstrapCardView.SummaryDisplayText event enables custom display text to be provided for any summary value.

The processed summary value is returned by the ASPxGridSummaryDisplayTextEventArgs.Value property.

The ASPxGridSummaryDisplayTextEventArgs.Text property specifies the summary value’s display text.

See Also