platform
platform copied to clipboard
Retrieve Screen inherited public properties from parent classes
Fixes #2879
Proposed Changes
- Iterate over parent classes public properties while creating public properties list;
- Stop at base Screen class to avoid changes to Orchid native properties;