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
220
Define a BindingSource for UltraComboEditors
posted

I've got define a custom control which inherits from Windows ComboBox. It works fine with a bindingsource which is assigned to property "SelectedValue" (ComboBox.DataBindings.Add("SelectedValue", BindingSourceChld, bindFieldName)
So far, so good but now I wanted to have the infragistics style in my custom Combo Box thus I change the Inherit type from System.Windows.Forms.ComboBox to Infragistics.Win.UltraWinEditors.UltraComboEditor.
Now I don't have a "SelectedValue" property and no SelectedIndexChanged Event as well.
What are the allocated Infragistics Properties/Events for that issue ?
Or what is the typical why to define a bindingsource for Infragisitcs UltraComboEditor?

thx in advance

Frank Mainzer

Parents Reply Children
No Data