Class WebFormField
Inheritance
System.Object
    
    WebFormField
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  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 abstract class WebFormField : WebFormControl
  Properties
Hidden
Declaration
public bool Hidden { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Hint
Declaration
public string Hint { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Readonly
Declaration
public bool Readonly { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Required
Declaration
public bool Required { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Type
Declaration
public string Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ValidationID
Declaration
public string ValidationID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |