Bagikan melalui


MobileListItem.Selected Properti

Definisi

Mendapatkan atau mengatur apakah item daftar dipilih di objek induknya SelectionList . API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

public:
 property bool Selected { bool get(); void set(bool value); };
public bool Selected { get; set; }
member this.Selected : bool with get, set
Public Property Selected As Boolean

Nilai Properti

true jika item dipilih di induknya SelectionList; jika tidak, false.

Berlaku untuk

Lihat juga