Skip to main content
A newer version of this page is available. .

CardViewSettings.SummaryDisplayText Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public ASPxCardViewSummaryDisplayTextEventHandler SummaryDisplayText { get; set; }

Property Value

Type Description
ASPxCardViewSummaryDisplayTextEventHandler

An ASPxCardViewSummaryDisplayTextEventHandler delegate method allowing you to implement custom processing.

See Also