Back to Devexpress

VerticalGridSettings.SummaryDisplayText Property

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

latest1.5 KB
Original Source

VerticalGridSettings.SummaryDisplayText Property

Allows you to provide custom display text for any summary value.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridSummaryDisplayTextEventHandler SummaryDisplayText { get; set; }
vb
Public Property SummaryDisplayText As ASPxVerticalGridSummaryDisplayTextEventHandler

Property Value

TypeDescription
ASPxVerticalGridSummaryDisplayTextEventHandler

An ASPxVerticalGridSummaryDisplayTextEventHandler 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