Compartir a través de


MenuItem.IsDestructive Propiedad

Definición

Obtiene o establece un valor que indica si el elemento de menú quita su elemento de interfaz de usuario asociado.

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

Valor de propiedad

False

Comentarios

En el ejemplo siguiente se muestra cómo agregar un menuItem con IsDestructive establecido en True.

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

Se aplica a