Common Control Properties

Element

Usage

ID

Unique identifier of the control

Bound Field

Table array assigned to the control

GridData(LMS)

Defines how many columns are displayed depending on the available screen size with a maximum of 12

Please refer to GridData for further details

Enabled

Defines whether the user can interact with the control or not

Set the value to true or false

Visible

Defines whether the control should be visible on the screen or not

Set the value to true or false

Editable

Defines whether the control can be modified by the user or not

Set the value to true or false

Mandatory

Defines whether the control should be mandatory or not

Set the value to true or false

Style Class

Defines the CSS style of the control

Please refer to Using Predefined CSS Margin Classes and Using Container Content Padding CSS Classes for further details

All/More

Opens up a search help that contains other properties that you can define for the control

Please refer to the SAP UI5 API reference to see the list of available properties for each control

Advanced

Properties of the control that are not available from the list can be written in the advanced Detail Editor

Please refer to Setting Additional Properties of a Control