标签: c# telerik radio-button
如何在c#中获取单选按钮telerik组件的状态?
是否检查状态?
我试过这段代码,但不正确:
If (radRadiobutton1.togglestate == 1) { .... }