Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
altnernate binding
posted

With UnboundField being deprecated there isn't any documentation on UseAlternateBinding.  What's the expected migration for code like this:

Dim field = New UnboundField With {
    field.BindingMode = BindingMode.TwoWay
    field.BindingPath = New PropertyPath("ItemList[14]")
}
Parents Reply Children
No Data