Bagikan melalui


DataGridRow.IsSelected Properti

Definisi

Mendapatkan atau mengatur nilai yang menunjukkan apakah baris dipilih.

public:
 property bool IsSelected { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsSelected { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsSelected : bool with get, set
Public Property IsSelected As Boolean

Nilai Properti

true jika baris dipilih; jika tidak, false. Default terdaftar adalah false. Untuk informasi tentang apa yang dapat memengaruhi nilai, lihat DependencyProperty.

Atribut

Berlaku untuk

Lihat juga