DataGridViewCell.OwningRow Özellik

Tanım

Bu hücreyi içeren satırı alır.

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)]
public System.Windows.Forms.DataGridViewRow? OwningRow { get; }
[<System.ComponentModel.Browsable(false)>]
member this.OwningRow : System.Windows.Forms.DataGridViewRow
Public ReadOnly Property OwningRow As DataGridViewRow

Özellik Değeri

Hücreyi DataGridViewRow içeren veya null hücre bir satırda değilse.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.