Closed linquize closed 10 years ago
I haven't used VS to verify this, but the Name
property of DataGridViewColumn
(base class of DataGridViewTextBoxColumn
) is marked Browsable(false)
, thus cannot be modified from within the designer.
Really unable to do with that?
No (Name) property in PropertyGrid when editing DataGridViewTextBoxColumn. So I cannot use Windows Forms Editor to rename a DataGridViewTextBoxColumn.