Back to Devexpress

ASPxGridViewSummaryDisplayTextEventArgs Class

aspnet-devexpress-dot-web-47533531.md

latest2.6 KB
Original Source

ASPxGridViewSummaryDisplayTextEventArgs Class

Provides data for the ASPxGridView.SummaryDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ASPxGridViewSummaryDisplayTextEventArgs is the data class for the following events:

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

ASPxGridViewSummaryDisplayTextEventArgs Members

SummaryDisplayText

Grid View

DevExpress.Web Namespace