Interface IRangeSelector<T>
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IRangeSelector<T>
Type Parameters
T
|
Properties
Selection
SelectionEnd
Declaration
T SelectionEnd { get; set; }
Property Value
T
|
SelectionStart
Declaration
T SelectionStart { get; set; }
Property Value
T
|
Methods
add_SelectionChanged(RadRoutedEventHandler)
Declaration
void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
Rad
|
remove_SelectionChanged(RadRoutedEventHandler)
Declaration
void remove_SelectionChanged(RadRoutedEventHandler value)
Parameters
Rad
|