Skip to main content
A newer version of this page is available. .

TreeListCellTemplateContainerBase.GetValue(String) Method

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public object GetValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that identifies the data column by its field name.

Returns

Type Description
Object

An object that represents the specified cell’s value.

See Also