FieldItemReadOnly Property |  |
Gets or sets if the field is ReadOnly.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic bool ReadOnly { get; set; }Property Value
BooleanValue indicating if the field is locked to edits by the user.
RemarksScripts can access and edit ReadOnly fields, this is only used for manual user edits.
See Also