I am looking for a way to bind to an ultraOptionSet from a class implements the INotifyPropertyChanged. It was easy to bing to an UltraGroupBoxusing the DataBinding method of the UltraGroupBoxusing.
UltraGroupBoxusing t.DataBindings.Add("Text", _dataInformation, "ServingEquipGropBoxTitle");
So how can I do the same thing to different items of an ultraOptionSet object
Hello Sfriedi
If you have any further questions, do not hesitate to write us
Regards
U can omit this post. If I bind the UltraOptionSet to a List<String> the individual options item are filled in