ASPxVerticalGridSummaryDisplayTextEventArgs Class
Provides data for the ASPxVerticalGrid.SummaryDisplayText event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class ASPxVerticalGridSummaryDisplayTextEventArgs :
ASPxGridSummaryDisplayTextEventArgs
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