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