Skip to main content

TreeListDataCellTemplateContainer.Value Property

Gets the data cell’s value.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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