aspnet-devexpress-dot-web-15db7cc5.md
Provides data for the ASPxVerticalGrid.SummaryDisplayText event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxVerticalGridSummaryDisplayTextEventArgs :
ASPxGridSummaryDisplayTextEventArgs
Public Class ASPxVerticalGridSummaryDisplayTextEventArgs
Inherits ASPxGridSummaryDisplayTextEventArgs
ASPxVerticalGridSummaryDisplayTextEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridSummaryDisplayTextEventArgs ASPxVerticalGridSummaryDisplayTextEventArgs
See Also