Exemplo n.º 1
0
        public InputControlModel() :
            base(FormBuilderControlType.Textbox)
        {
            Properties = new InputControlProperties
            {
                Type = BsSelectList <FormBuilderInputType> .FromEnum(typeof(FormBuilderInputType))
            };

            DefaultProperties = new DefaultcontrolProperties
            {
                Width = BsSelectList <ColumnWidth> .FromEnum(typeof(ColumnWidth))
            };
        }
Exemplo n.º 2
0
 public FormBuilderControl(FormBuilderControlType type = FormBuilderControlType.CustomControl)
 {
     Type = type;
     DefaultProperties = new DefaultcontrolProperties();
 }
Exemplo n.º 3
0
 public FormBuilderControl(FormBuilderControlType type = FormBuilderControlType.CustomControl)
 {
     Type = type;
     DefaultProperties = new DefaultcontrolProperties();
 }