Pages

Men

rh

7/21/2012

Describe the different binding modes in WPF

Describe the different binding modes
TwoWay
OneWay
OneWayToSource
OneTime – The first change to the source updates the property once and only once
How are string values converted from strings in XAML to types required by the objects.? For example, converting “blue” to a blue brush.
TypeConverters – convert from a text representation to an object

No comments :

Post a Comment