Class TaskTableColumn
Inheritance
System.Object
TaskTableColumn
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TaskTableColumn : object
Properties
BaseData
Field mask a text field.
Declaration
public TaskTableColumnBase BaseData { get; set; }
Property Value
Type | Description |
---|---|
TaskTableColumnBase |
FieldName
Field mask a text field.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsHidden
Determines whether the column can be showned in table field
Declaration
public bool IsHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |