Skip to main content

TreeListFooterCellTemplateContainer.Text Property

Gets the footer cell’s text.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string Text { get; }

Property Value

Type Description
String

A String value that specifies the footer cell’s text.

See Also