ASP.NET MVC Controls | ComponentOne
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(#3dt.#eet)>
    Public ReadOnly Property DataItem As Dictionary(Of String,Object)
    [JsonConverter(#3dt.#eet)]
    public Dictionary<string,object> DataItem {get;}
    See Also