DataGridViewCell.OwningRow Proprietà

Definizione

Ottiene la riga contenente questa cella.

public:
 property System::Windows::Forms::DataGridViewRow ^ OwningRow { System::Windows::Forms::DataGridViewRow ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewRow OwningRow { get; }
[<System.ComponentModel.Browsable(false)>]
member this.OwningRow : System.Windows.Forms.DataGridViewRow
Public ReadOnly Property OwningRow As DataGridViewRow

Valore della proprietà

DataGridViewRow

Classe DataGridViewRow contenente la cella o null se la cella non è nella riga.

Attributi

Si applica a

Vedi anche