Class CheckGroup
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
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 | 
|---|---|
| System.Collections.Generic.List<WebFormOption> | 
OptionsRows
Declaration
public List<List<WebFormOption>> OptionsRows { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Collections.Generic.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 | 
|---|---|
| System.Collections.Generic.List<System.String> | 
SortOrder
Declaration
public string SortOrder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |