public void LoadViewInfo(GridView view) { if (root == null || !root.IsLevel(view.LevelName)) { return; } root.LoadState(view); }