Skip to main content

MVCxGridViewProperties.SummaryText Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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