Skip to main content

GridViewSettings.SummaryText Property

Gets or sets a value that specifies the table summary attribute.

Namespace: DevExpress.Web.Mvc

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

#Remarks

The SummaryText property specifies the summary attribute of the table tag. This attribute can be used to clarify the organization of a table or provide a summary of the table’s purpose. The summary of a table is never displayed in visual browsers; it is designed for screen readers and speech browsers.

See Also