InterfaceISelector
Interface
An interface that is implemented by classes which are responsible for selecting items among their child elements.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface ISelector
Properties
SelectedIndex
Gets the index of the selected item. Returns -1 if the selection is empty.
SelectedItem
Gets the item which is currently selected.
SelectedValue
Gets the value for the selected item.
Events
SelectionChanged
Occurs when the selection of a Telerik.Windows.Controls.Primitives.ISelector object changes.
Declaration
cs-api-definition
event SelectionChangedEventHandler SelectionChanged
Event Value
SelectionChangedEventHandler