[]
Represents a control that allows a user to select items from among its child elements.
public interface ISelector<T> : ISelector, ICellLinkControl<int>, ICellLinkControl, IControl where T : SelectorItem
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Items | Gets items of this control. The list is read-only if ItemsSourceRange exists. |
| SelectedItem | Gets or sets the currently selected item. |