通过单击 DevExpress TreeList 控件的标题停止选中复选框

Stop checking the checkbox by clicking on the caption to DevExpress TreeList control

我正在使用 DevExpress (v18.1) 的 CheckedListBoxControl。当我单击列表项的 text/Caption 时,会选中该项目的复选框。但是,我只想在直接单击复选框时选中一个项目。我可以改变这种行为吗?

将 CheckedListBoxControl 的 SelectionMode 属性 设置为 SelectionMode.MultiSimple