SYSCLS PRELOAD CHILDREN
Objects having this classification will preload their children when being displayed on the windows client in a child list.
- This affects the child list item view model's CachedNextLevel member which otherwise has the behavior of displaying the next level children as they are (no active loading);
- This DOES NOT affect the same view model's NextLevel member which actively loads the next level children regardless of this classification;
- The preload/load of the next level children only happens when members or commands related to NextLevel is used in XAML.
![]() | The preload behavior is also subject to the client setting of NextLevelClassificationPreload. |