Class CheckGroup
Inheritance
System.Object
CheckGroup
Assembly: DocuWare.Platform.ServerClient.dll
public class CheckGroup : WebFormField
Properties
Declaration
public ColumnWidthType ColumnWidth { get; set; }
Property Value
Declaration
public int NumberOfColumns { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<WebFormOption> Options { get; set; }
Property Value
Declaration
public List<List<WebFormOption>> OptionsRows { get; set; }
Property Value
Declaration
public OrientationType Orientation { get; set; }
Property Value
Declaration
public List<string> PredefinedValues { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Declaration
public string SortOrder { get; set; }
Property Value
Type |
Description |
System.String |
|