Back to Devexpress

ASPxCardViewSummaryDisplayTextEventArgs Class

aspnet-devexpress-dot-web-bec5cd68.md

latest2.3 KB
Original Source

ASPxCardViewSummaryDisplayTextEventArgs Class

Provides data for the ASPxCardView.SummaryDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewSummaryDisplayTextEventArgs :
    ASPxGridSummaryDisplayTextEventArgs
vb
Public Class ASPxCardViewSummaryDisplayTextEventArgs
    Inherits ASPxGridSummaryDisplayTextEventArgs

ASPxCardViewSummaryDisplayTextEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs ASPxGridSummaryDisplayTextEventArgs ASPxCardViewSummaryDisplayTextEventArgs BootstrapCardViewSummaryDisplayTextEventArgs

See Also

ASPxCardViewSummaryDisplayTextEventArgs Members

SummaryDisplayText

Card View

DevExpress.Web Namespace