ComponentOne DataObjects for .NET
EffectiveReadOnly Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : EffectiveReadOnly Property
Gets the effective value of the ReadOnly property at run time.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EffectiveReadOnly As System.Boolean
public virtual System.bool EffectiveReadOnly {get;}
Remarks
Although a field's ReadOnly property may be False, it will behave as if it is True if the field is based on another field and that field's ReadOnly is set to False. The EffectiveReadOnly property allows you to get this effective value. A table view field is based on a table field if the table view field's TableField property is not empty. A composite table field is based on a table field if the composite table field's TableViewField property is not empty and TableViewField.TableField is not empty.
See Also

Reference

Field Class
Field Members
Table Fields