MVCxTreeListNode.Item[String] Property
In This Article
Gets or sets the specified cell’s value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the name of the data source field. |
#Property Value
Type | Description |
---|---|
Object | An object that denotes the specified cell’s value. |
See Also