DataGridView.CurrentRow Özellik

Tanım

Geçerli hücreyi içeren satırı alır.

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

Özellik Değeri

DataGridViewRow

DataGridViewRow Geçerli hücreyi içeren satırı temsil eden veya null geçerli hücre yoksa.

Öznitelikler

Açıklamalar

Geçerli satırı değiştirmek için, özelliğini istenen satırdaki bir hücreye ayarlamanız CurrentCell gerekir.

Şunlara uygulanır

Ayrıca bkz.