Back to Devexpress

GridViewSettings.SummaryText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-99c6eb46.md

latest1.6 KB
Original Source

GridViewSettings.SummaryText Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string SummaryText { get; set; }
vb
Public Property SummaryText As String

Property Value

TypeDescription
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

AccessibilityCompliant

Caption

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace