Skip to main content
Tab

ASPxCardViewSummaryDisplayTextEventArgs Class

Provides data for the ASPxCardView.SummaryDisplayText event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxCardViewSummaryDisplayTextEventArgs :
    ASPxGridSummaryDisplayTextEventArgs

Remarks

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.

See Also