1 write to PropertyName
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
903PropertyName = propertyName;
3 references to PropertyName
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (3)
116column.DataPropertyName = ((ListBoxItem)_dataColumns.SelectedItem!).PropertyName; 497_headerTextBox.Text = _nameTextBox.Text = ((ListBoxItem)_dataColumns.SelectedItem).PropertyName; 910public override string ToString() => PropertyName;