Class WebFormField
Inheritance
System.Object
WebFormField
Assembly: DocuWare.Platform.ServerClient.dll
public abstract class WebFormField : WebFormControl
Properties
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Hint { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Required { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ValidationID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|