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

ASPxPivotGrid.SummaryText Property

Gets or sets a value that describes the ASPxPivotGrid’s contents.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that describes the ASPxPivotGrid’s contents.

Remarks

The value of this property is rendered to the summary attribute of the table tag in the resulting markup. This attribute provides a brief description of the table or its purpose on the page. The contents of the summary attribute are not displayed by a web browser but can be used by search engines or Text-to-Speech browser software.

Note that the summary attribute is not supported in HTML5, and hence, the attribute has no effect when the doctypeMode option is set to DoctypeMode.Html5 in the application’s Web.config file.

See Also