Click or drag to resize

FieldItemReadOnly Property

Gets or sets if the field is ReadOnly.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public bool ReadOnly { get; set; }

Property Value

Boolean
Value 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