Click or drag to resize
FormContextFormRenderMode Enumeration

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:CSC.SC.TOPICA4.Template.FormContext.FormRenderMode"]

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public enum FormRenderMode
Members
  Member nameValueDescription
Edit0 Normal, default rendering - all fields are per default editable (but individual fields may be set ReadOnly). NB: also covres "Create" mode (fields are editable in create mode...)
ReadOnly1 Render in read only mode (e..g when user does not have update access). No fields are editable. Some fields may be rendered differently from in edit mode - e.g. to display entire contents of text fields that are scrollable in edit mode.
Print2 Print mode - like read only mode, but special handling of tabsets (all tabs are visible at once).
See Also