IgnoreRefreshEvents property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the IgnoreRefreshEvents property to set whether refresh events are ignored by the control. This setting is useful if the symbol contains more than one control and only one of the controls is visible at a time.
Ignoring refresh events also improves performance because hidden controls are not refreshed.
For the visible control, set the IgnoreRefreshEvents property to False so that it can show the latest data.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Boolean |
R/W |
False |