首页 > 其他 > 详细

标准控件(六)——RadioButton,RadioButtonList

时间:2015-02-23 00:13:26      阅读:331      评论:0      收藏:0      [点我收藏+]

RadioButton

    单选按钮

    拥有Label的所有属性。

 

    Text                    文本

    Checked                 bool,是否被选中

    GroupName               组名,将来被呈现为<input type=radio>中的name属性

 

 

RadioButtonList

    显示多个,选择1个。布局。

属性

    Items

    DataSource              数据源

    DataTextField           显示的内容

    DataValueField         

    SelectedValue           选中项的值

    SelectedItem            选中的对象(ItemTextValue属性)

    SelectedIndex           在集合中的下标序号

    AppendDataBoudItem      选择是否将数据绑定项追加到静态声明的列表项上

    RepeatLayout            Table—用表格布局;Flow—用span布局。

    RepeatColumns           一行显示几个。

    RepeatDirection         布局方向。

 

 

标准控件(六)——RadioButton,RadioButtonList

原文:http://www.cnblogs.com/phantom-k/p/4297811.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!