FieldItemReadOnly Property | |
Gets or sets if the field is ReadOnly.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public bool ReadOnly { get; set; }
Property Value
Type:
BooleanValue indicating if the field is locked to edits by the user.
Remarks Scripts can access and edit ReadOnly fields, this is only used for manual user edits.
See Also