Click or drag to resize
AttributeReadOnly Property
Gets or sets whether attribute is read-only when displayed within property manager. Dinamically evaluated attributes (see Expression) are read-only by default.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
See Also