SourceGrid.Cells.Editors.ComboBox.ComboBox C# (CSharp) Method

ComboBox() public method

Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
public ComboBox ( Type p_Type ) : System
p_Type System.Type The type of this model
return System
        public ComboBox(Type p_Type)
            : base(p_Type)
        {
        }

Same methods

ComboBox::ComboBox ( Type p_Type, ICollection p_StandardValues, bool p_StandardValueExclusive ) : System