Back to Devexpress

CardViewSettings.SummaryDisplayText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-288494c9.md

latest1.4 KB
Original Source

CardViewSettings.SummaryDisplayText Property

Enables custom display text to be provided for any summary value.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ASPxCardViewSummaryDisplayTextEventHandler

An ASPxCardViewSummaryDisplayTextEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Card View

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace