Condividi tramite


MenuItem.IsDestructive Proprietà

Definizione

Ottiene o imposta un valore che indica se la voce di menu rimuove l'elemento dell'interfaccia utente associato.

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

Valore della proprietà

False

Commenti

Nell'esempio seguente viene illustrato come aggiungere un oggetto MenuItem con IsDestructive impostato su True.

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

Si applica a