Back to Devexpress

VerticalGridSettings.CustomSummaryCalculate Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-d48c4c3e.md

latest1.4 KB
Original Source

VerticalGridSettings.CustomSummaryCalculate Property

Enables you to calculate summary values manually.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CustomSummaryEventHandler CustomSummaryCalculate { get; set; }
vb
Public Property CustomSummaryCalculate As CustomSummaryEventHandler

Property Value

TypeDescription
CustomSummaryEventHandler

A CustomSummaryEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace