public override void Execute(ListLogicalView view) { TreeGrid tv = view.Control; if (tv != null) { tv.ExpandAll(); } }