Class WebFormControl
Base class for web form fields
Inheritance
System.Object
WebFormControl
Assembly: DocuWare.Platform.ServerClient.dll
public abstract class WebFormControl : object
Properties
Declaration
public string BehaviorID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Position Position { get; set; }
Property Value