Click or drag to resize
DocumentFieldDefinitionSourceFieldIsReadOnly Property
Gets a value indicating whether the source field is read-only or not. If the source isn't a field, this property returns false.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[AllowInSettingRuleAttribute("Source field is read-only", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public bool SourceFieldIsReadOnly { get; }

Property Value

Type: Boolean
See Also