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

MVCxGridViewProperties.SummaryText Property

Manipulates the built-in GridView’s GridViewSettings.SummaryText property.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string SummaryText { get; set; }

Property Value

Type Description
String

A String value that is the summary attribute text.

See Also