I have a certain requirement that, if the first checkbox in a row of checkboxes is unchecked, then all the other checkboxes must be unchecked. Here is a sample UI
I am using DevExpress 21.2.3 and RepositoryItemCheckEdit as the check box
Can anyone help me to achieve this functionality?
Thanks



Create a list of check boxes. Then If checkBox1 is equal to false(unchecked), set the check boxes in list to false.