Interface
IRangeSelector<T>

An interface to be used by range selecting controls.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Type Parameters:

T

Simple type used for Selection properties.

Syntax:

cs-api-definition
public interface IRangeSelector<T>

Properties

Selection

Gets or sets the Selection property.

Declaration

cs-api-definition
SelectionRange<T> Selection { get; set; }

Property Value

SelectionRange<T>

SelectionEnd

Gets or sets the SelectionEnd property.

Declaration

cs-api-definition
T SelectionEnd { get; set; }

Property Value

T

SelectionStart

Gets or sets the SelectionStart property.

Declaration

cs-api-definition
T SelectionStart { get; set; }

Property Value

T

Events

SelectionChanged

Identifies the SelectionChanged routed event.

Declaration

cs-api-definition
event RadRoutedEventHandler SelectionChanged

Event Value

RadRoutedEventHandler