1
votes
votes
1 answers
WPF Binding Button Property
I have a button. I want to bind the IsEnabled property to a boolean value. I tried something like this... [code] <Button Name="btnUpdate" Content="Update" Click="btnUpdate_Click" TabIndex="3" ...
blah blah blah is here! blah blah » Close
I have a button. I want to bind the IsEnabled property to a boolean value. I tried something like this... [code] <Button Name="btnUpdate" Content="Update" Click="btnUpdate_Click" TabIndex="3" ...
Got feedack? Found a bug? report it here.