AffectsFormMode | Indicates whether this item triggers a change in the form mode. |
BackColor | The foreground color of text or graphics in an item. |
Cells | The column's cells. |
ChooseFromListAlias | The database field by which to filter a ChooseFromList attached to the edit box.
When the user enters a value in the text box and then presses the tab key, the ChooseFromList dialog is displayed with only those rows where the value of the field specified in this property starts with the entered text. For example, if the ChooseFromList displays business partners and this property is set to CardCode, when the user enters A in the edit box and presses the tab key, the ChooseFromList is displayed with only rows where the code starts with an A. If this property is set to CardName, then the same action displays only rows where the name starts with an A. In either case, after the user selects a value, the key of the selected row is entered into the text box. |
ChooseFromListUID | The unique ID of the ChooseFromList object to attach with this item. |
ColumnSetting | The settings for a special column cell in a grid or matrix. |
DataBind | The DataBind object tied to this column. |
Description | The item description in the SAP Business One status bar. |
DisplayDesc | property DisplayDesc |
Editable | Indicates whether the column is editable. |
ExpandType | The expand types of a ButtonCombo. |
ExtendedObject | The LinkedButton object tied to this column. Relevant only if the column is type it_LINKED_BUTTON. |
FontSize | The font size for EditText, ComboBox, and StaticText items. |
ForeColor | The foreground color of text or graphics in an item. |
RightJustified | Indicates whether the item is right-justified. |
Selected | Indicates whether the column is selected. |
TextStyle | Indicates the font style of text displayed by the item. |
Title | The title of the column.
Deprecated in UI API 2004. |
TitleObject | The column title and its properties. |
Type | The item's type. |
UniqueID | The item's unique ID. |
ValidValues | The valid values for this item.
Add or remove valid values with the Add and Remove methods of the ValidValues object. |
ValOff | The data source value when the item is not selected.
Setting the data source with this value deselects the checkbox. If the checkbox is deselected by the user, the data source is set with this value. |
ValOn | The data source value when the item is selected.
Setting the data source with this value selects the checkbox. If the checkbox is selected by the user, the data source is set with this value. |
Visible | Indicates whether the item is visible. |
Width | The item's width, in pixels. |