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

GridViewProperties.SummaryText Property

Manipulates the built-in ASPxGridView’s ASPxGridView.SummaryText property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string SummaryText { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that describes the ASPxGridView’s contents.

See Also