using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Bowin.Web.Controls.Mvc { public class TreeOptions : BaseControlOptions { public string ItemSourceUrl { get; set; } public bool? IsCheckTree { get; set; } public bool? IsCascadeCheck { get; set; } } }