DataGridViewRow::DataGridViewRowAccessibleObject::Owner Property

 
Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property DataGridViewRow^ Owner {
	DataGridViewRow^ get();
	void set(DataGridViewRow^ value);
}

Exception Condition
InvalidOperationException

When setting this property, the Owner property has already been set.

.NET Framework
Available since 2.0
Return to top
Show: