Class RadioGroup
Inheritance
System.Object
RadioGroup
Assembly: DocuWare.Platform.ServerClient.dll
public class RadioGroup : 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 string PredefinedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SortOrder { get; set; }
Property Value
Type |
Description |
System.String |
|