icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

No (Name) property in PropertyGrid when editing DataGridViewTextBoxColumn #546

Closed linquize closed 10 years ago

linquize commented 10 years ago

No (Name) property in PropertyGrid when editing DataGridViewTextBoxColumn. So I cannot use Windows Forms Editor to rename a DataGridViewTextBoxColumn.

siegfriedpammer commented 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.

linquize commented 10 years ago

Really unable to do with that?