Skip to main content

TreeListSettings.SummaryText Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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