Class DropDownList
Inheritance
System.Object
DropDownList
Assembly: DocuWare.Platform.ServerClient.dll
public class DropDownList : WebFormField
Properties
Declaration
public List<string> Options { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Declaration
public string PredefinedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SelectListGuid { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SortOrder { get; set; }
Property Value
Type |
Description |
System.String |
|