DataGridView Columns Collection Editor

  • Thread starter Thread starter MajorTom
  • Start date Start date
M

MajorTom

Hello

I am creating a UserControl that has a DataGridView control as a member.

I want to expose the column collection of the DataGridView, as a property of
my control.

in my code I have:

[Browsable(true)]
public DataGridViewColumnCollection myDGVCC
{...

but I get the generic collection editor, not the editor the normally is
invoked when modifying the columns of a DatGridView control.

Is there any way I can set the Columns property of my UserControl to use the
proper editor.

Thanks in advance

(Sorry for cross posting, not sure for the best place, and my english to)
 
Back
Top