Enum FormEditMode
Type of the edit mode.
[JsonStringEnumCamelCaseConverter]
public enum FormEditMode
- Extension Methods
Fields
Default = 0
Element is editable.
Disabled = 1
Element is disabled.
ReadOnly = 2
Element is read-only.
Type of the edit mode.
[JsonStringEnumCamelCaseConverter]
public enum FormEditMode
Default = 0
Element is editable.
Disabled = 1
Element is disabled.
ReadOnly = 2
Element is read-only.