Show / Hide Table of Contents

    Class TableColumnsDefinition

    A common column options for a table field.

    Inheritance
    System.Object
    TableColumnsDefinition
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class TableColumnsDefinition : object

    Properties

    ColumnOptions

    Additional options specific for column type.

    Declaration
    public TableColumnOptions ColumnOptions { get; set; }
    Property Value
    Type Description
    TableColumnOptions

    ColumnValueType

    Type of the column.

    Declaration
    public TableColumnValueTypeEnum ColumnValueType { get; set; }
    Property Value
    Type Description
    TableColumnValueTypeEnum

    Id

    Identifier of the column.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Label

    Label of the column.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Mandatory

    Determines whether the column can be empty.

    Declaration
    public bool Mandatory { get; set; }
    Property Value
    Type Description
    System.Boolean
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top