Show / Hide Table of Contents

    Class CheckGroup

    Inheritance
    System.Object
    WebFormControl
    WebFormField
    CheckGroup
    Inherited Members
    WebFormField.Value
    WebFormField.Type
    WebFormField.Hidden
    WebFormField.Readonly
    WebFormField.Required
    WebFormField.Hint
    WebFormField.ValidationID
    WebFormControl.ID
    WebFormControl.Label
    WebFormControl.Position
    WebFormControl.BehaviorID
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class CheckGroup : WebFormField

    Properties

    ColumnWidth

    Declaration
    public ColumnWidthType ColumnWidth { get; set; }
    Property Value
    Type Description
    ColumnWidthType

    NumberOfColumns

    Declaration
    public int NumberOfColumns { get; set; }
    Property Value
    Type Description
    System.Int32

    Options

    Declaration
    public List<WebFormOption> Options { get; set; }
    Property Value
    Type Description
    List<WebFormOption>

    OptionsRows

    Declaration
    public List<List<WebFormOption>> OptionsRows { get; set; }
    Property Value
    Type Description
    List<List<WebFormOption>>

    Orientation

    Declaration
    public OrientationType Orientation { get; set; }
    Property Value
    Type Description
    OrientationType

    PredefinedValues

    Declaration
    public List<string> PredefinedValues { get; set; }
    Property Value
    Type Description
    List<System.String>

    SortOrder

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