Skip to main content

TreeListBatchEditCellTemplateContainer.Text Property

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

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 text displayed within the specified data cell.

See Also