Class MultiValueField
A multi value field.
Inheritance
System.Object
MultiValueField
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class MultiValueField : CommonFormField
Properties
IsMultiselect
Determines whether the field is multi select (value can be a range of values from a select list).
Declaration
public bool IsMultiselect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |