Try this
<Button CommandParameter="{x:Static local:SearchPageType.First}" .../>
local
– is your namespace reference in the XAML
Try this
<Button CommandParameter="{x:Static local:SearchPageType.First}" .../>
local
– is your namespace reference in the XAML