IFormElement interface
Namespace: NextDesign.Core
Description
An access object to form element information.
Affiliation area
| Name | Description |
|---|---|
| Editor | APIs to access editors. |
Inherit Base
| Name | Description |
|---|---|
| IEditorElement | The access object to the editor element. |
Destination
| Name | Description |
|---|---|
| IGridRow | Provides access to the form's grid rows. |
| IGrid | Provides access to the form's grid. |
Property
| Name | Description |
|---|---|
| Controls | Form Child Elements |
| ControlType | Gets the type of this form element. "TextBox" : Text Box "RichTextBox" : Rich Text Box "CheckBox" : Check Box "ComboBox" : Combo Box "List" : List "Grid" : Grid "ModelReferenceControl" : Model Reference Control "EntityControl" : Entity Control "GroupControl" : Group Control "GridRow" : Grid Row |
Annotations
Form elements also do not support the following properties in addition to the underlying constraints:
・Identifier (Id)
Accessing these properties will throw an exception.