0

CS :

   public static class NavigationManager 
   {  
       public static bool IsSomethingSomething{ get{  return true;}} 
   }

Is this Bindable (one way of course) in any way?

H.B.
  • 166,899
  • 29
  • 327
  • 400
eran otzap
  • 12,293
  • 20
  • 84
  • 139

1 Answers1

0

try this :

xmlns:local="clr-namespace:WpfApplication1"

"{x:Static local:YourClass.YourProperty}"

for example :

<Button Content="{x:Static local:Constants.ConstantString}" />
mohammad jannesary
  • 1,811
  • 1
  • 26
  • 27