RadControls for Silverlight

An interface to be used by range selecting controls.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.1050

Syntax

C#
public interface IRangeSelector<T>
Visual Basic
Public Interface IRangeSelector(Of T)

Type Parameters

T
Simple type used for Selection properties.

See Also