Skip to main content

TreeListDataCellTemplateContainer.Text Property

Gets the data 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 data cell’s text.

See Also