Click or drag to resize
DialogFieldLocked Property
Determines whether the value of the field cannot be changed by the user.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool Locked { get; set; }

Property Value

Type: Boolean
See Also