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

TreeListDataCellTemplateContainer.Value Property

Gets the data cell’s value.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that represents the data cell’s value.

See Also