Class DropDownList
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 DropDownList : WebFormField
  Properties
Options
Declaration
public List<string> Options { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
PredefinedValue
Declaration
public string PredefinedValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SelectListGuid
Declaration
public string SelectListGuid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SortOrder
Declaration
public string SortOrder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |