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