FineUICore 11.7
企业级 ASP.NET Core 控件库
|
下拉列表控件帮助类 更多...
Public 成员函数 | |
DropDownListAjaxHelper (DropDownList source) | |
构造函数 | |
void | Text (string text) |
设置显示文本 | |
void | SelectedValue (string selectedValue) |
设置选中项 | |
void | SelectedValueArray (params string[] selectedValueArray) |
设置选中项 | |
void | DataSource (object dataSource) |
设置数据源 | |
void | DataSource (object dataSource, string dataValueField, string dataTextField) |
设置数据源 | |
void | LoadData (params ListItem[] items) |
加载数据 | |
void | LoadData () |
加载数据 | |
Public 成员函数 继承自 FineUICore.TextFieldAjaxHelper< DropDownList, DropDownListAjaxHelper > | |
TextFieldAjaxHelper (TextField source) | |
构造函数 | |
属性 | |
new DropDownList | Source [get] |
当前控件 | |
属性 继承自 FineUICore.TextFieldAjaxHelper< DropDownList, DropDownListAjaxHelper > | |
new TextField | Source [get] |
当前控件 | |
下拉列表控件帮助类
FineUICore.DropDownListAjaxHelper.DropDownListAjaxHelper | ( | DropDownList | source | ) |
构造函数
source |
void FineUICore.DropDownListAjaxHelper.DataSource | ( | object | dataSource | ) |
设置数据源
dataSource |
void FineUICore.DropDownListAjaxHelper.DataSource | ( | object | dataSource, |
string | dataValueField, | ||
string | dataTextField | ||
) |
设置数据源
dataSource | |
dataValueField | |
dataTextField |
void FineUICore.DropDownListAjaxHelper.LoadData | ( | ) |
加载数据
void FineUICore.DropDownListAjaxHelper.LoadData | ( | params ListItem[] | items | ) |
加载数据
items |
void FineUICore.DropDownListAjaxHelper.SelectedValue | ( | string | selectedValue | ) |
设置选中项
selectedValue |
void FineUICore.DropDownListAjaxHelper.SelectedValueArray | ( | params string[] | selectedValueArray | ) |
设置选中项
selectedValueArray |
void FineUICore.DropDownListAjaxHelper.Text | ( | string | text | ) |
设置显示文本
text |
|
get |
当前控件