blah blah blah is here! blah blah » Close

1
votes
1 answers

WPF Binding Button Property

eeboy
499

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" ...

Feedback