Class MultiColSelectListColumn
Multi column select list column definition
Inheritance
System.Object
MultiColSelectListColumn
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Quokka]
public class MultiColSelectListColumn
Properties
Name
Contains the internal name of the column.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Contains the type of the column.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |