3 references to DataGridViewColumnDataPropertyNameEditor
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\DataGridViewColumnDataPropertyNameEditorTests.cs (3)
17new DataGridViewColumnDataPropertyNameEditor().GetEditStyle().Should().Be(UITypeEditorEditStyle.DropDown); 23new DataGridViewColumnDataPropertyNameEditor().IsDropDownResizable.Should().Be(true); 29DataGridViewColumnDataPropertyNameEditor dataGridViewColumnEditor = new();