DataGridViewRow.DataGridViewRowAccessibleObject.Owner Propriété

Définition

Obtient ou définit DataGridViewRow auquel s'applique ce DataGridViewRow.DataGridViewRowAccessibleObject.

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

Valeur de propriété

DataGridViewRow qui possède ce DataGridViewRow.DataGridViewRowAccessibleObject.

Exceptions

Lors de la définition de cette propriété, la propriété Owner a déjà été définie.

S’applique à

Voir aussi