ComponentOne DataObjects for .NET
EffectiveUserReadOnly Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : EffectiveUserReadOnly Property
Gets the effective value of the UserReadOnly property at run time.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EffectiveUserReadOnly As System.Boolean
public virtual System.bool EffectiveUserReadOnly {get;}
Remarks
Although a field's UserReadOnly property may be False, it will behave as if it is True if the field is based on another field and that field's UserReadOnly 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 CompositeTableField.TableViewField property is not empty and TableViewField.TableField is not empty.

See Also

Reference

Field Class
Field Members