如何在RibbonControl winform devexpress上使用Radio Group?

时间:2013-12-05 06:29:54

标签: c# winforms devexpress

在我的表单中,我添加了RibbonControl。我需要在RibbonControl组中使用RadioButton。在普通的MS Visual Studio radiobox中,我编写了这样的代码

if(gender.Checked) {//code} on CheckedChanged Event

但我没有在Ribbon Control中的RadioGruop中找到checkedChanged事件。

1 个答案:

答案 0 :(得分:2)

您需要使用EditValueChanged个活动,EditValue的{​​{1}}的值为BarEditItem

或使用RadioGroupItem

SelectedIndexChanged
RepositoryItemRadioGroup

您可能会觉得这很有帮助。 http://www.devexpress.com/Support/Center/Question/Details/Q295970