Table of Contents

Property ExitCommand

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

ExitCommand

Gets the command to exit the application.

public static Command ExitCommand { get; }

Property Value

Command

Remarks

This command executes the CloseApplication() method to close the application. The command is always executable.