Telerik.Web.Mvc.UI.DropDownListHtmlBuilder.DropDownListHtmlBuilder C# (CSharp) Method

DropDownListHtmlBuilder() public method

public DropDownListHtmlBuilder ( IDropDownRenderable component ) : System.Linq
component IDropDownRenderable
return System.Linq
        public DropDownListHtmlBuilder(IDropDownRenderable component)
        {
            this.Component = component;
        }