Skip to main content

MVCxTreeListNode.Item[String] Property

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

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