using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Bowin.Web.Controls.Mvc { public class ListTreeItem : ListControlItem { public object ParentValue { get; set; } } }