SheetRadioButtonList

单选框列表控件。

    继承自System.Web.UI.WebControls.RadioButtonList,类似RadioButtonList控件。你可以把这个控件拖到你要的页面上,然后设置好【DataField】字段。他会从该数据项中读取该数据值,然后设置该控件的选中值,如果该值在当前状态中是可写的,那么该控件还会把该新的选中值写回到服务器。

 

    

    

控件属性:

属性

类型

说明

BizPropertyName

String

获取或设置绑定的业务对象的属性

ComputationRule

String

获取或设置控件的计算规则。

*DataField

String

获取或设置绑定的数据项名称

DefaultItems

String

获取或设置绑定的默认值

DefaultSelected

String

获取或设置是否默认选中状态

DisplayRule

String

获取或设置控件的显示规则。

MasterDataCategory

String

获取或设置绑定的数据字典类型名称

RepeatColumns

Int

获取或设置要在 System.Web.UI.WebControls.RadioButtonList 控件中显示的列数。

RepeatDirection

String

获取或设置组中单选按钮的显示方向。

VaildationRule

String

获取或设置控件的验证规则。