IRangeSelector<T>
Interface
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:
C#
public interface IRangeSelector<T>
Derived Classes:
Properties
Gets or sets the Selection property.
C#
SelectionRange<T> Selection { get; set; }
Gets or sets the SelectionEnd property.
C#
T SelectionEnd { get; set; }
Gets or sets the SelectionStart property.
C#
T SelectionStart { get; set; }
Events
Identifies the SelectionChanged routed event.
C#
event RadRoutedEventHandler SelectionChanged