public class DropDownListDataSource
CRUDProxyDropDownListDataSource | 初始化新实例。 |
CRUDProxyDropDownListDataSource(IListTextValuePair) | 将指定 TextValuePair 列表作为数据源初始化新实例。 |
CRUDProxyDropDownListDataSource(TextValuePair) | 将指定 TextValuePair 数组作为数据源初始化新实例。 |
Public Properties | |
Data | 数据源。 |
InitValue | 下拉框默认选中的值。 |
TextPropertyName | 下拉框选项文本对应的 Data 里的元素的属性名称,区分大小写。 |
TreeLevelPropertyName | 当 Data 为模拟树形列表时,列表元素的用来指示节点层级的属性名称。 |
ValuePropertyName | 下拉框选项值对应的 Data 里的元素的属性名称,区分大小写。 |