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
310
UltraComboEdit doesn't have CheckedListSettings property
posted

I need to create a ComboBox with a multi selection function and I saw in the documentation that the UltraComboBox and the UltraComboBoxEditor have a property called CheckedListSettings.

Unfortunately when I try to set up this property in my application the Compiler simply says that I don't have it this property ...

My version of Win Infragistics is the 8.1 and the assembly in the class are:

    using Infragistics.Win;

    using Infragistics.Win.Misc;

    using Infragistics.Win.UltraWinEditors;

What am I missing?