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