using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Bowin.Web.Controls.Mvc { public class AccordionTreeOptions : BaseControlOptions { public string OnClick { get; set; } //public string IconCls { get; set; } public string DateItemCss { get; set; } public string DataOptions { get; set; } public string AccordionItemOptions { set;get; } public bool? IsNormalTree { get; set; } public bool? IsCheckTree { get; set; } } }