New to Telerik UI for WPFStart a free 30-day trial

Allows preview of selection of a time span in the RadTimeBar control. It is positioned according to the StartDate and EndDate of the IPeriodSpan that it represents.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class SelectionThumbPreview : PeriodSpanControlAdapter, IPeriodSpan

Inheritance: objectPeriodSpanControlAdapterSelectionThumbPreview

Implements: IPeriodSpan

Inherited Members PeriodSpanControlAdapter.EndDatePropertyPeriodSpanControlAdapter.StartDatePropertyPeriodSpanControlAdapter.EndDatePeriodSpanControlAdapter.StartDatePeriodSpanControlAdapter.Interval

Constructors

Initializes a new instance of the SelectionThumbPreview class.

C#
public SelectionThumbPreview()

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Called when the Interval changes.

C#
protected override void OnIntervalChanged()

Overrides: PeriodSpanControlAdapter.OnIntervalChanged()