[]
表示一个控件,允许用户从其子元素中选择项目。
public interface ISelector<T> : ISelector, ICellLinkControl<int>, ICellLinkControl, IControl where T : SelectorItem
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Items | 获取此控件的项。 如果存在ItemsSourceRange ,则列表为只读。 |
| SelectedItem | 获取或设置当前选定的项。 |