FineUICore 11.7
企业级 ASP.NET Core 控件库
|
下拉框控件帮助类 更多...
Public 成员函数 | |
DropDownBoxAjaxHelper (DropDownBox source) | |
构造函数 | |
void | Text (string text) |
设置显示文本 | |
void | Value (string value) |
设置值和文本 | |
void | Value (string value, string text) |
设置值和文本 | |
void | Values (string[] values) |
设置值和文本 | |
void | Values (string values) |
设置值和文本 | |
void | Values (string[] values, string text) |
设置值和文本 | |
void | Values (string values, string text) |
设置值和文本 | |
Public 成员函数 继承自 FineUICore.TextFieldAjaxHelper< DropDownBox, DropDownBoxAjaxHelper > | |
TextFieldAjaxHelper (TextField source) | |
构造函数 | |
属性 | |
new DropDownBox | Source [get] |
当前控件 | |
属性 继承自 FineUICore.TextFieldAjaxHelper< DropDownBox, DropDownBoxAjaxHelper > | |
new TextField | Source [get] |
当前控件 | |
下拉框控件帮助类
FineUICore.DropDownBoxAjaxHelper.DropDownBoxAjaxHelper | ( | DropDownBox | source | ) |
构造函数
source |
void FineUICore.DropDownBoxAjaxHelper.Text | ( | string | text | ) |
设置显示文本
text |
void FineUICore.DropDownBoxAjaxHelper.Value | ( | string | value | ) |
设置值和文本
value |
void FineUICore.DropDownBoxAjaxHelper.Value | ( | string | value, |
string | text | ||
) |
设置值和文本
value | |
text |
void FineUICore.DropDownBoxAjaxHelper.Values | ( | string | values | ) |
设置值和文本
values |
void FineUICore.DropDownBoxAjaxHelper.Values | ( | string | values, |
string | text | ||
) |
设置值和文本
values | |
text |
void FineUICore.DropDownBoxAjaxHelper.Values | ( | string[] | values | ) |
设置值和文本
values |
void FineUICore.DropDownBoxAjaxHelper.Values | ( | string[] | values, |
string | text | ||
) |
设置值和文本
values | |
text |
|
get |
当前控件