DataGridViewRow.DataGridViewRowAccessibleObject.Owner Propiedad

Definición

Obtiene o establece el objeto al DataGridViewRow que se aplica.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; }
member this.Owner : System.Windows.Forms.DataGridViewRow with get, set
Public Property Owner As DataGridViewRow

Valor de propiedad

que DataGridViewRow posee este DataGridViewRow.DataGridViewRowAccessibleObjectobjeto .

Excepciones

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

Se aplica a

Consulte también