DataGridViewRow.DataGridViewRowAccessibleObject.Owner Propiedad

Definición

Obtiene o establece la fila DataGridViewRow a la que se aplica este objeto 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

Valor de propiedad

DataGridViewRow propietario de esta clase DataGridViewRow.DataGridViewRowAccessibleObject.

Excepciones

Al establecer esta propiedad, ya se ha establecido la propiedad Owner.

Se aplica a

Consulte también