I need CheckBox in RibbonControl and if it checked I need to perform some task if not checked I need to perform some other task. So I tried barCheckItem1 It is working properly what I expect but it is Displaying like Button I need exact CheckBox. So again I used barEditItem1 in this Item "CheckChanged" event is not available then if i write code in "EditValueChanged" event, if I check or Uncheck the event not fired. How to complete my task ?
I need CheckBox with CheckedChanged Event.
How to work with BarEditItem and BarCheckItem in RibbonControl Winforms Devexpress ?
5.5k Views Asked by Srihari At
2
Is this what you need?
Add a
BarEditItemwithCheckEdit, attach eventCheckedChangedofRepositoryItemCheckEdit. You're done.