In This Topic
The following tables list the members exposed by Field.
Public Constructors
Public Properties
| Name | Description |
 | DefaultValue | Gets or sets the user-defined default value of the field, which is used if the formula or value is null. |
 | FieldType | Gets or sets the type associated with the field. |
 | Formula | Gets or sets a formula used to derive the run-time value. If the formula is not null, it overrides all preceding values. The formula can be any combination of calculated and/or bound fields and literals. |
 | Name | Gets or sets the name of the field. |
 | Tag | Gets or sets a user-defined value associated with the field object. |
 | Value | Gets or sets the current value of the field object. |
Top
Public Methods
| Name | Description |
 | Dispose | Release the instance of the Field object from memory. |
 | ToString | Returns a string that represents the current Field object. |
Top
Public Events
| Name | Description |
 | Disposed | Raised when the Field object is released from memory. |
Top
See Also