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

ComboBoxHtmlBuilder() public method

public ComboBoxHtmlBuilder ( IComboBoxRenderable component ) : System.Linq
component IComboBoxRenderable
return System.Linq
        public ComboBoxHtmlBuilder(IComboBoxRenderable component)
        {
            this.Component = component;
        }