| FieldEditorControlsEnum Enumeration | 
            Type of custom controls that can be selected from the control list in FieldEditor.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic enum FieldEditorControlsEnum
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No controls are displayed.
             | 
 | All | 1 | 
            All controls are displayed.
             | 
 | ModeSelected | 2 | 
            Controls are displayed according to the FieldEditor mode.
             | 
 | Bizforms | 3 | 
            Controls that are displayed in Bizforms.
             | 
 | DocumentTypes | 4 | 
            Controls that are displayed in document types.
             | 
 | SystemTables | 5 | 
            Controls that are displayed in system tables.
             | 
 | Controls | 6 | 
            Controls that are displayed in controls.
             | 
 | Reports | 7 | 
            Controls that are displayed in reports.
             | 
 | CustomTables | 8 | 
            Controls that are displayed in custom tables.
             | 
 | Visibility | 9 | 
            Controls that are used for user visibility.
             | 
See Also