Click or drag to resize
FieldEditorControlsEnum Enumeration
Type of custom controls that can be selected from the control list in FieldEditor.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax
C#
public enum FieldEditorControlsEnum
Members
  Member nameValueDescription
None0 No controls are displayed.
All1 All controls are displayed.
ModeSelected2 Controls are displayed according to the FieldEditor mode.
DocumentTypes4 Controls that are displayed in document types.
SystemTables5 Controls that are displayed in system tables.
Controls6 Controls that are displayed in controls.
Reports7 Controls that are displayed in reports.
CustomTables8 Controls that are displayed in custom tables.
See Also