Interface
ISelector

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.

Declaration

cs-api-definition
int SelectedIndex { get; }

Property Value

int

SelectedItem

Gets the item which is currently selected.

Declaration

cs-api-definition
object SelectedItem { get; }

Property Value

object

SelectedValue

Gets the value for the selected item.

Declaration

cs-api-definition
object SelectedValue { get; }

Property Value

object

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