码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-02-23 00:15:13      阅读:240      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!