Class
SelectionThumbPreview

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.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class SelectionThumbPreview : PeriodSpanControlAdapter, IPeriodSpan

Inheritance: objectPeriodSpanControlAdapterSelectionThumbPreview

Implements: IPeriodSpan

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

Constructors

SelectionThumbPreview()

Initializes a new instance of the SelectionThumbPreview class.

Declaration

cs-api-definition
public SelectionThumbPreview()

Methods

OnIntervalChanged()

Called when the Interval changes.

Declaration

cs-api-definition
protected override void OnIntervalChanged()

Overrides PeriodSpanControlAdapter.OnIntervalChanged()