Gets or sets a currently focused FlyoutAction button.
public FlyoutCommand SelectedCommand { get; set; }
Public Property SelectedCommand As FlyoutCommand
To avoid confusing end-users, the SelectedCommand and DefaultCommand properties should refer to the same button when the flyout appears.