Computer Science, asked by devkumar285p37fy0, 9 months ago

Mention the syntax of Data Grid View class.

Answers

Answered by ramnathtorra
0

Answer:

teri makichut

Explanation:

i want a sex

do you have with me

Answered by theking20
0

The syntax of Data Grid View class is as follows:

using System.Text;

using System.Threading.Tasks;

using System.Windows.Forms;

namespace DataGridViewDemo

{

  public partial class Form1 : Form

  {

public List<Person> People { get; set; }

public Form1()

{

 People * GetPeople();

 InitializeComponent();

}

private List<Person> GetPeople()

{

 throw new NotImplementedException();

}

private void Form1_load(object sender, EventArgs e)

{

}

  }

}

Similar questions