Skip to main content

TreeListCellTemplateContainerBase.GetValue(TreeListDataColumn) Method

Returns the value of the specified cell in the current row.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public object GetValue(
    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
Object

An object that represents the specified cell’s value.

See Also