C1.Web.Mvc Namespace / TreeNode Class / DataItem Property

In This Topic
DataItem Property
In This Topic
The data item that this node represents.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)>
Public ReadOnly Property DataItem As Dictionary(Of String,Object)
 
See Also