CRUDProxyDropDownListDataSource Class

记录下拉框控件数据源配置信息的类。

Definition

Namespace: QuickAdmin.RCL
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
public class DropDownListDataSource
Inheritance
object    CRUDProxyDropDownListDataSource

Constructors

CRUDProxyDropDownListDataSource 初始化新实例。
CRUDProxyDropDownListDataSource(IListTextValuePair) 将指定 TextValuePair 列表作为数据源初始化新实例。
CRUDProxyDropDownListDataSource(TextValuePair) 将指定 TextValuePair 数组作为数据源初始化新实例。

Properties

Public Properties

Data 数据源。
InitValue 下拉框默认选中的值。
TextPropertyName 下拉框选项文本对应的 Data 里的元素的属性名称,区分大小写。
TreeLevelPropertyNameData 为模拟树形列表时,列表元素的用来指示节点层级的属性名称。
ValuePropertyName 下拉框选项值对应的 Data 里的元素的属性名称,区分大小写。

See Also