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
762
Enable/Disable Items in UltraOptionSet
posted

I have an UltraOptionSet in a WinForm with several other controls. If a box is checked on the form I need to disable or hide several options in the UltraOptionSet so users can't click them. I can detect when the box is checked, but how do I disable or hide options from theOptionSet at runtime?

The optionSet can be enabled or disabled, but I don't see such a property on optionSet items.