Skip to main content

TreeListBatchEditCellTemplateContainer.Value Property

Gets the value of the specified cell in the current node.

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 representing the specified cell’s value.

See Also