Back to Devexpress

ASPxVerticalGridSummaryDisplayTextEventArgs Class

aspnet-devexpress-dot-web-15db7cc5.md

latest2.1 KB
Original Source

ASPxVerticalGridSummaryDisplayTextEventArgs Class

Provides data for the ASPxVerticalGrid.SummaryDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ASPxVerticalGridSummaryDisplayTextEventArgs is the data class for the following events:

Remarks

The ASPxVerticalGrid.SummaryDisplayText event enables custom display text to be provided for any summary value.

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 ASPxVerticalGridSummaryDisplayTextEventArgs

See Also

ASPxVerticalGridSummaryDisplayTextEventArgs Members

SummaryDisplayText

Vertical Grid

DevExpress.Web Namespace