Class WebFormControl
Base class for web form fields
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 WebFormControl
Properties
BehaviorID
Declaration
public string BehaviorID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Position
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |