Set custom property binding type
- Last UpdatedDec 06, 2024
- 1 minute read
Public app properties are visible and configurable in the Layout Editor. Similarly, graphic custom properties that are public are also visible and configurable in the Layout Editor. Configuration consists of overriding default settings such as enabling or disabling a property, setting the binding mode of a property, or changing a string value. You can view the custom properties by selecting an embedded graphic and then selecting the Properties grid on the Layout editor.

Custom property binding can be set to static, dynamic/read-only, dynamic/write-only, or dynamic/read-write, as follows:
|
Constant |
Static binding to the specified property value. |
|
In |
Dynamic property value with read only binding by the control to a reference. |
|
Out |
Dynamic property value with write only binding by the control to a reference. |
|
InOut |
Dynamic property value with read/write binding by the control to a reference. |
|
Reset |
Reset to the default property value. |