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

EditorColorPicker() public method

public EditorColorPicker ( string identifier ) : System.Collections.Generic
identifier string
return System.Collections.Generic
        public EditorColorPicker(string identifier)
        {
            Identifier = identifier.ToCamelCase();
            HtmlAttributes = new Dictionary<string, object>() { { "class", "t-" + Identifier } };
        }