FineUICore 11.7
企业级 ASP.NET Core 控件库
|
列表项集合 更多...
Public 成员函数 | |
DataListItemCollection (DataList parent) | |
构造函数 | |
DataListItem | FindByText (string text) |
通过文本查找列表项 | |
DataListItem | FindByText (string text, bool stripHtml) |
通过文本查找列表项 | |
DataListItem | FindByValue (string value) |
通过值查找列表项 | |
int | Add (string text, string value) |
添加列表项 | |
列表项集合
FineUICore.DataListItemCollection.DataListItemCollection | ( | DataList | parent | ) |
构造函数
parent | 父控件实例 |
int FineUICore.DataListItemCollection.Add | ( | string | text, |
string | value | ||
) |
添加列表项
text | 文本 |
value | 值 |
DataListItem FineUICore.DataListItemCollection.FindByText | ( | string | text | ) |
通过文本查找列表项
text | 文本 |
DataListItem FineUICore.DataListItemCollection.FindByText | ( | string | text, |
bool | stripHtml | ||
) |
通过文本查找列表项
text | 文本 |
stripHtml | 是否去除HTML标签 |
DataListItem FineUICore.DataListItemCollection.FindByValue | ( | string | value | ) |
通过值查找列表项
value | 值 |