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
1440
Binding to text items of an ultraOptionSet with INotifyPropertyChanged
posted

 

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

Parents
No Data
Reply
  • 1440
    posted

    U can omit this post. If I bind the UltraOptionSet to a List<String> the individual options item are filled in

     

Children