Share via


DataGridViewRow.DataGridViewRowAccessibleObject.Owner Vlastnost

Definice

Získá nebo nastaví, DataGridViewRow na které to DataGridViewRow.DataGridViewRowAccessibleObject platí.

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

Hodnota vlastnosti

Ten DataGridViewRow , který vlastní toto DataGridViewRow.DataGridViewRowAccessibleObject.

Výjimky

Při nastavování této vlastnosti Owner již byla tato vlastnost nastavena.

Platí pro

Viz také