User Control Properties

You can view and change the values for the following properties of this control:

Basic Property Description

Caption

The label to display on the form for this control.

Caption Alignment

Justification of the label text. Available options are:

  • Left
  • Right
  • Center

Tooltip

The text that displays as a tooltip when the user's mouse hovers over the control.

Read Only

Does not allow edits on form.

Advanced Property Description

Label Placement

Label position in relation to the control.

Visible

Show or hide this control on the form.

Enabled

Allows user to interact with this control.

Required

Requires a value when saving data.

Data Bindings

Defines where the data for the control comes from. This information is read-only in the Form Designer.

Lookup Binding Mode

Indicates whether you want to bind to an entity object or to a value returned by one of the properties of the entity. Available options are:

  • Object - Evaluates the bound value as an object or entity. Select this if you are binding to a relationship property.
  • String -  Evaluates the bound value as a string value. Select this if you are binding to a string property that contains the ID.

Control Id

Identifier for this control. This information is read-only in the Form Designer.

Control Type

Infor CRM control type. This information is read-only in the Form Designer.

Layout Property Description

Row

Row number of the control.

Column

Column number of the control.

Row Span

Number of cells the control occupies vertically.

Column Span

Number of cells the control occupies horizontally.