DialogFieldReadOnly Property DocuWare Platform .NET API
Determines whether the field is read only, considering Locked property and user rights(Modify Right for info dialog, Write Right for store dialog)

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
See Also

Reference