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
460
Deactivating an Item in UltraListView using code
posted
I have an event that reacts when the user select an item(activated) with an event handler "lstViewClasses_ItemActivated", my question is, how can I deactivate an item pro grammatically? the property e.item.IsActive is read only. I want to deactivate a specific item without selecting another item.