Skip to main content

TreeListSettings.Caption Property

Gets or sets the text to render in an HTML caption element in a TreeList.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string value that specifies the text to render in an HTML caption element in a TreeList.

Remarks

The Caption property is provided to make the element more accessible to users of assistive technology devices. This describes TreeList and makes it more accessible.

Caption

See Also