DataGridViewRow::DataGridViewRowAccessibleObject::Owner Property
.NET Framework (current version)
Gets or sets the DataGridViewRow to which this DataGridViewRow::DataGridViewRowAccessibleObject applies.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataGridViewRow^ Owner { DataGridViewRow^ get(); void set(DataGridViewRow^ value); }
Property Value
Type: System.Windows.Forms::DataGridViewRow^The DataGridViewRow that owns this DataGridViewRow::DataGridViewRowAccessibleObject.
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property, the Owner property has already been set. |
.NET Framework
Available since 2.0
Available since 2.0
Show: