ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public ReadOnly Property DataItem As Dictionary(Of String,Object)
    public Dictionary<string,object> DataItem {get;}
    See Also