Telerik.Web.Mvc.UI.Html.EditorDropDownHtmlBuilder.EditorDropDownHtmlBuilder C# (CSharp) Method

EditorDropDownHtmlBuilder() public method

public EditorDropDownHtmlBuilder ( EditorDropDown dropDown ) : Telerik.Web.Mvc.Infrastructure
dropDown EditorDropDown
return Telerik.Web.Mvc.Infrastructure
        public EditorDropDownHtmlBuilder(EditorDropDown dropDown)
        {
            this.dropDown = dropDown;
        }