Base:
property
Parent
System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Parent
6 references to Parent
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (6)
1467return this.Parent.GetChild(0); 1483return this.Parent.GetChild(actualDisplayIndex + 1); 1487return this.Parent.GetChild(actualDisplayIndex); 1510return this.Parent.GetChild(actualDisplayIndex + 1); 1514return this.Parent.GetChild(actualDisplayIndex); 1566return Parent;