Udostępnij za pośrednictwem


MenuItem.IsDestructive Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy element menu usuwa skojarzony z nim element interfejsu użytkownika.

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

Wartość właściwości

Fałsz

Uwagi

W poniższym przykładzie pokazano, jak dodać element MenuItem z właściwością IsDestructive ustawioną na wartość True.

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

Dotyczy