void OnExpandClick(object sender, EventArgs e) { if (grid != null && group != null) { grid.ExpandGroup(group); } }