Bind Checkbox to a data source ?

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

How do I bind a checkbox to a data source ? I need to bind the "Checked"
property to something presumably, but how and where do I translate the data
values (which may be numeric 0/1 or character Y/N) to a True/False value ?
 
The Binding class has two events - Format and Parse. These can be used to
translate values during the binding process.
 
Back
Top