FineUIPro 12.0
全栈 ASP.NET 低代码开发框架
|
复选项集合 更多...
Public 成员函数 | |
CheckItemCollection (CheckBoxList parent) | |
构造函数 | |
CheckItem | FindByText (string text) |
通过文本查找复选项 | |
CheckItem | FindByText (string text, bool stripHtml) |
通过文本查找复选项 | |
CheckItem | FindByValue (string value) |
通过值查找复选项 | |
int | Add (string text, string value) |
添加复选项 | |
复选项集合
FineUIPro.CheckItemCollection.CheckItemCollection | ( | CheckBoxList | parent | ) |
构造函数
parent | 父控件实例 |
int FineUIPro.CheckItemCollection.Add | ( | string | text, |
string | value ) |
添加复选项
text | 文本 |
value | 值 |
CheckItem FineUIPro.CheckItemCollection.FindByText | ( | string | text | ) |
通过文本查找复选项
text | 文本 |
CheckItem FineUIPro.CheckItemCollection.FindByText | ( | string | text, |
bool | stripHtml ) |
通过文本查找复选项
text | 文本 |
stripHtml | 是否去除HTML标签 |
CheckItem FineUIPro.CheckItemCollection.FindByValue | ( | string | value | ) |
通过值查找复选项
value | 值 |