DropDownTreeItem
Properties
Items - IList
Id - String
Value - String
Expanded - Boolean
HasChildren - Boolean
Checked - Boolean
RouteValues - RouteValueDictionary
HtmlAttributes - IDictionary
ImageHtmlAttributes - IDictionary
LinkHtmlAttributes - IDictionary
ContentHtmlAttributes - IDictionary
Encoded - Boolean
Template - HtmlTemplate
Html - String
Visible - Boolean
ImageUrl - String
SpriteCssClasses - String
Content - Action
Text - String
Selected - Boolean
Enabled - Boolean
ControllerName - String
ActionName - String
RouteName - String
Url - String
RootLevel - Int32
Parent - DropDownTreeItem
Gets the nested items collection of the item.
PreviousSibling - DropDownTreeItem
Gets the nested items collection of the item.
NextSibling - DropDownTreeItem
Gets the nested items collection of the item.
Methods
Serialize(System.Web.Mvc.UrlHelper,System.String,System.String)
Serizlizes the item properties to IDictionary<string, object>.