Click or drag to resize
DialogFieldDynamicPrefillValue Property
Dynamic (CurrentDate, CurrentDatetime, etc.) default value of the field(s).If this element is not empty PrefilValue shoud be ignored.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[EagleAttribute]
[XmlElementAttribute("DynamicPrefillValue")]
public List<DynamicValueType> DynamicPrefillValue { get; set; }

Property Value

Type: ListDynamicValueType
See Also