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

EditorColorPickerHtmlBuilder() public method

public EditorColorPickerHtmlBuilder ( EditorColorPicker colorPicker ) : Telerik.Web.Mvc.Infrastructure
colorPicker EditorColorPicker
return Telerik.Web.Mvc.Infrastructure
        public EditorColorPickerHtmlBuilder(EditorColorPicker colorPicker)
        {
            this.colorPicker = colorPicker;
        }