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

TreeListBatchEditCellTemplateContainer.Value Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object representing the specified cell’s value.

See Also