在我的表单中,我添加了RibbonControl。我需要在RibbonControl组中使用RadioButton。在普通的MS Visual Studio radiobox中,我编写了这样的代码
if(gender.Checked) {//code} on CheckedChanged Event
但我没有在Ribbon Control中的RadioGruop中找到checkedChanged事件。
答案 0 :(得分:2)
您需要使用EditValueChanged
个活动,EditValue
的{{1}}的值为BarEditItem
。
或使用RadioGroupItem
SelectedIndexChanged
RepositoryItemRadioGroup
您可能会觉得这很有帮助。 http://www.devexpress.com/Support/Center/Question/Details/Q295970