private void OnToolCutClick(object sender, EventArgs e) { if (list.CurrentCell == null) { return; } list.SetNull(list.SelectedItem as LayoutField); }