Class FormUI
- Namespace
- JJMasterData.Core.DataDictionary.Models
- Assembly
- JJMasterData.Core.dll
public class FormUI
- Inheritance
-
FormUI
- Inherited Members
Properties
EnterKey
Comportamento da Tecla enter no formulário Default = DISABLED
[JsonProperty("enterKey")]
[Display(Name = "Enter Key Behavior")]
public FormEnterKey EnterKey { get; set; }
Property Value
FormCols
Number of columns at the form to be rendered Default value: 1
[JsonProperty("formCols")]
[Display(Name = "Form Columns")]
public int FormCols { get; set; }
Property Value
Remarks
Only multiple of twelve are supported
IsVerticalLayout
[JsonProperty("isVerticalLayout")]
[Display(Name = "Use Vertical Layout")]
public bool IsVerticalLayout { get; set; }
Property Value
ShowViewModeAsStatic
Quando o painel estiver no modo de visualização remover as bordas dos campos exibindo como texto.
[JsonProperty("showViewModeAsStatic")]
[Display(Name = "Show View Mode as Static")]
public bool ShowViewModeAsStatic { get; set; }
Property Value
Remarks
Valor padrão falso
Methods
DeepCopy()
public FormUI DeepCopy()