aspnet-devexpress-dot-web-bec5cd68.md
Provides data for the ASPxCardView.SummaryDisplayText event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxCardViewSummaryDisplayTextEventArgs :
ASPxGridSummaryDisplayTextEventArgs
Public Class ASPxCardViewSummaryDisplayTextEventArgs
Inherits ASPxGridSummaryDisplayTextEventArgs
ASPxCardViewSummaryDisplayTextEventArgs is the data class for the following events:
The ASPxCardView.SummaryDisplayText event enables custom display text to be provided for any summary value. It is raised for total summaries.
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