Click or drag to resize
DialogFieldReadOnly Property
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.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
See Also