DataGridViewRow.DataGridViewRowAccessibleObject.Owner Property

Definition

Gets or sets the DataGridViewRow to which this DataGridViewRow.DataGridViewRowAccessibleObject applies.

public:
 property System::Windows::Forms::DataGridViewRow ^ Owner { System::Windows::Forms::DataGridViewRow ^ get(); void set(System::Windows::Forms::DataGridViewRow ^ value); };
public System.Windows.Forms.DataGridViewRow Owner { get; set; }
public System.Windows.Forms.DataGridViewRow? Owner { get; set; }
member this.Owner : System.Windows.Forms.DataGridViewRow with get, set
Public Property Owner As DataGridViewRow

Property Value

The DataGridViewRow that owns this DataGridViewRow.DataGridViewRowAccessibleObject.

Exceptions

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

Applies to

See also