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

TreeListBatchEditCellTemplateContainer.Text Property

Get’s the text displayed within the specified cell in the processed node.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public string Text { get; }

Property Value

Type Description
String

A String value that specifies the text displayed within the specified data cell.

See Also