MVCxTreeListNode.Item[String] Property
Gets or sets the specified cell’s value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | 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