Interface IRangeSelector<T>
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IRangeSelector<T>
Type Parameters
Properties
Declaration
SelectionRange<T> Selection { get; set; }
Property Value
Declaration
T SelectionEnd { get; set; }
Property Value
Declaration
T SelectionStart { get; set; }
Property Value
Methods
Declaration
void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
Declaration
void remove_SelectionChanged(RadRoutedEventHandler value)
Parameters
Events
Declaration
event RadRoutedEventHandler SelectionChanged
Event Type
Extension Methods