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

ASPxGridViewSummaryDisplayTextEventArgs Class

Provides data for the ASPxGridView.SummaryDisplayText event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxGridViewSummaryDisplayTextEventArgs :
    ASPxGridSummaryDisplayTextEventArgs

Remarks

The ASPxGridView.SummaryDisplayText event enables custom display text to be provided for any summary value. It is raised for both group and total summaries.

The processed summary value is returned by the ASPxGridSummaryDisplayTextEventArgs.Value property. The ASPxGridViewSummaryDisplayTextEventArgs.IsGroupSummary and ASPxGridViewSummaryDisplayTextEventArgs.IsTotalSummary properties identify which summary value is being processed.

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

Inheritance

Object
EventArgs
ASPxGridSummaryDisplayTextEventArgs
ASPxGridViewSummaryDisplayTextEventArgs
See Also