Skip to main content

IFormElement interface

Namespace: NextDesign.Core

Description

An access object to form element information.

Affiliation area

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IEditorElementThe access object to the editor element.

Destination

NameDescription
IGridRowProvides access to the form's grid rows.
IGridProvides access to the form's grid.

Property

NameDescription
ControlsForm Child Elements
ControlTypeGets 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.