TreeListCellTemplateContainerBase.GetText(TreeListDataColumn) Method
In This Article
Returns the text displayed within the specified cell in the processed row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public string GetText(
TreeListDataColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
#Returns
Type | Description |
---|---|
String | A String value that specifies the text displayed within the specified data cell. |
See Also