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

MVCxTreeListNode.Item[String] Property

Gets or sets the specified cell’s value.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public object this[string fieldName] { get; set; }

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