DataGridView::DataGridViewTopRowAccessibleObject::Parent Property
.NET Framework (current version)
Gets the parent of the DataGridView::DataGridViewTopRowAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property AccessibleObject^ Parent { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual AccessibleObject^ get() override; }
Property Value
Type: System.Windows.Forms::AccessibleObject^An DataGridView::DataGridViewAccessibleObject that represents the DataGridView.
| Exception | Condition |
|---|---|
| InvalidOperationException | The Owner property is not set. |
SecurityPermission
to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
.NET Framework
Available since 2.0
Available since 2.0
Show: