DataGridViewRow.DataGridViewRowAccessibleObject.Owner Vlastnost

Definice

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

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

To DataGridViewRow , co to DataGridViewRow.DataGridViewRowAccessibleObjectvlastní .

Výjimky

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

Platí pro

Viz také