2.2.10.6 Icon
Properties of Icon
Id - unique identifier of the control
GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details
SAP UI5 Icon Name - use the dropdown help functionality to choose the appropriate icon. The list is based from SAPUI5 Icon Explorer
Bound Icon- the Field Name that links the Control to the Data Model. Take note that the SAP UI5 Icon Name takes precedence over this setting if it has a value.
Color - color to be set to the icon
Size - controls the size of the icon
Style Class - assign a predefined SAPUI5 CSS or a CSS class defined in the CSS of the App
Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
Advanced - properties of the control not available in the above list can be added here.
Step-by-step guide
How to add a Icon
Right click on a Form Element and select Add Icon
The Icon control has been added
Related articles