DataGridViewRow.DataGridViewRowAccessibleObject.Owner Właściwość

Definicja

Pobiera lub ustawia wartość DataGridViewRow , do której ma to DataGridViewRow.DataGridViewRowAccessibleObject zastosowanie.

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

Wartość właściwości

DataGridViewRow

Element DataGridViewRow , który jest właścicielem tego polecenia DataGridViewRow.DataGridViewRowAccessibleObject.

Wyjątki

Podczas ustawiania tej właściwości właściwość Owner została już ustawiona.

Dotyczy

Zobacz też