Bagikan melalui


MenuItem.IsDestructive Properti

Definisi

Mendapatkan atau mengatur nilai yang menunjukkan apakah item menu menghapus elemen UI terkait atau tidak.

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

Nilai Properti

FALSE

Keterangan

Contoh berikut menunjukkan cara menambahkan MenuItem dengan IsDestructive diatur ke True.

<ViewCell.ContextActions>
<MenuItem Text="Delete" IsDestructive="True"/>
</ViewCell.ContextActions>

Berlaku untuk