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

TreeListSettings.SummaryText Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public string SummaryText { get; set; }

Property Value

Type Description
String

A String value that describes the TreeList’s contents.

Remarks

The SummaryText property specifies the text, placed in the table tag, which will be picked up by browser-readers.

See Also