TreeListCellTemplateContainerBase.GetValue(TreeListDataColumn) Method
In This Article
Returns the value of the specified cell in the current row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public object GetValue(
TreeListDataColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
#Returns
Type | Description |
---|---|
Object | An object that represents the specified cell’s value. |
See Also