Enum FieldDisplayType
The display type for a field control.
Namespace: ChameleonForms.Enums
Assembly: ChameleonForms.Core.dll
Syntax
public enum FieldDisplayType
Fields
Name | Description |
---|---|
Checkbox | Display the field as a single checkbox control. |
Custom | Display the field as a custom control. |
Default | The default display type for the field control. |
DropDown | Display the field as a drop-down control. |
FileUpload | Display the field as a file upload control. |
List | Display the field as a list of checkboxes or radio button controls. |
MultiLineText | Display the field as a multi-line text input control. |
SingleLineText | Display the field as a single line text input control. |