Skip to main content

TreeListCellTemplateContainerBase.GetText(TreeListDataColumn) Method

Returns the text displayed within the specified cell in the processed row.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string GetText(
    TreeListDataColumn column
)

Parameters

Name Type Description
column TreeListDataColumn

A TreeListDataColumn object that represents the data column. This parameter identifies the data cell within a row.

Returns

Type Description
String

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

See Also