Class TimeBarBase
Inheritance
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TimeBarBase : ContentControl
Constructors
TimeBarBase()
Declaration
protected TimeBarBase()
Fields
ActualMinZoomRangeProperty
Declaration
public static readonly DependencyProperty ActualMinZoomRangeProperty
Field Value
Microsoft.
|
ActualVisiblePeriodRangeProperty
Declaration
public static readonly DependencyProperty ActualVisiblePeriodRangeProperty
Field Value
Microsoft.
|
CurrentGroupIntervalProperty
Declaration
public static readonly DependencyProperty CurrentGroupIntervalProperty
Field Value
Microsoft.
|
CurrentItemIntervalProperty
Declaration
public static readonly DependencyProperty CurrentItemIntervalProperty
Field Value
Microsoft.
|
GroupIntervalChangedEvent
GroupPeriodHeaderStyleProperty
Declaration
public static readonly DependencyProperty GroupPeriodHeaderStyleProperty
Field Value
Microsoft.
|
IntervalGroupsProperty
Declaration
public static readonly DependencyProperty IntervalGroupsProperty
Field Value
Microsoft.
|
IntervalItemsProperty
Declaration
public static readonly DependencyProperty IntervalItemsProperty
Field Value
Microsoft.
|
IntervalsProperty
Declaration
public static readonly DependencyProperty IntervalsProperty
Field Value
Microsoft.
|
ItemIntervalChangedEvent
LargeChangeProperty
Declaration
public static readonly DependencyProperty LargeChangeProperty
Field Value
Microsoft.
|
MaxZoomRangeProperty
Declaration
public static readonly DependencyProperty MaxZoomRangeProperty
Field Value
Microsoft.
|
MinZoomRangeProperty
Declaration
public static readonly DependencyProperty MinZoomRangeProperty
Field Value
Microsoft.
|
PeriodEndProperty
Declaration
public static readonly DependencyProperty PeriodEndProperty
Field Value
Microsoft.
|
PeriodHeaderStyleProperty
Declaration
public static readonly DependencyProperty PeriodHeaderStyleProperty
Field Value
Microsoft.
|
PeriodStartProperty
Declaration
public static readonly DependencyProperty PeriodStartProperty
Field Value
Microsoft.
|
ScrollModeProperty
Declaration
public static readonly DependencyProperty ScrollModeProperty
Field Value
Microsoft.
|
SliderStyleProperty
Declaration
public static readonly DependencyProperty SliderStyleProperty
Field Value
Microsoft.
|
SmallChangeProperty
Declaration
public static readonly DependencyProperty SmallChangeProperty
Field Value
Microsoft.
|
SpecialSlotsGeneratorProperty
Declaration
public static readonly DependencyProperty SpecialSlotsGeneratorProperty
Field Value
Microsoft.
|
SpecialSlotsProperty
Declaration
public static readonly DependencyProperty SpecialSlotsProperty
Field Value
Microsoft.
|
VisiblePeriodChangedEvent
VisiblePeriodEndProperty
Declaration
public static readonly DependencyProperty VisiblePeriodEndProperty
Field Value
Microsoft.
|
VisiblePeriodProperty
Declaration
public static readonly DependencyProperty VisiblePeriodProperty
Field Value
Microsoft.
|
VisiblePeriodStartProperty
Declaration
public static readonly DependencyProperty VisiblePeriodStartProperty
Field Value
Microsoft.
|
Properties
ActualMinZoomRange
Declaration
public TimeSpan ActualMinZoomRange { get; }
Property Value
System.
|
ActualVisiblePeriodRange
Declaration
public SelectionRange<DateTime> ActualVisiblePeriodRange { get; }
Property Value
Selection
|
CurrentGroupInterval
CurrentItemInterval
GroupPeriodHeaderStyle
Declaration
public Style GroupPeriodHeaderStyle { get; set; }
Property Value
Microsoft.
|
IntervalGroups
Declaration
public IEnumerable<PeriodSpan> IntervalGroups { get; }
Property Value
System.
|
IntervalItems
Declaration
public IEnumerable<PeriodSpan> IntervalItems { get; }
Property Value
System.
|
Intervals
IsInitialized
Declaration
public bool IsInitialized { get; }
Property Value
System.
|
LargeChange
Declaration
public TimeSpan LargeChange { get; set; }
Property Value
System.
|
MaxZoomRange
Declaration
public TimeSpan MaxZoomRange { get; set; }
Property Value
System.
|
MinZoomRange
Declaration
public TimeSpan MinZoomRange { get; set; }
Property Value
System.
|
PeriodEnd
Declaration
public DateTime PeriodEnd { get; set; }
Property Value
System.
|
PeriodHeaderStyle
Declaration
public Style PeriodHeaderStyle { get; set; }
Property Value
Microsoft.
|
PeriodStart
Declaration
public DateTime PeriodStart { get; set; }
Property Value
System.
|
ScrollMode
SliderStyle
Declaration
public Style SliderStyle { get; set; }
Property Value
Microsoft.
|
SmallChange
Declaration
public TimeSpan SmallChange { get; set; }
Property Value
System.
|
SpecialSlots
Declaration
public IEnumerable<IPeriodSpan> SpecialSlots { get; }
Property Value
System.
|
SpecialSlotsGenerator
Declaration
public ITimeRangeGenerator SpecialSlotsGenerator { get; set; }
Property Value
VisiblePeriod
Declaration
public SelectionRange<DateTime> VisiblePeriod { get; set; }
Property Value
Selection
|
VisiblePeriodEnd
Declaration
public DateTime VisiblePeriodEnd { get; set; }
Property Value
System.
|
VisiblePeriodStart
Declaration
public DateTime VisiblePeriodStart { get; set; }
Property Value
System.
|
Methods
add_VisiblePeriodChanged(RadRoutedEventHandler)
Declaration
public void add_VisiblePeriodChanged(RadRoutedEventHandler value)
Parameters
Rad
|
ConvertPointToDateTime(Point)
Declaration
public DateTime ConvertPointToDateTime(Point coordinates)
Parameters
Windows.
|
Returns
System.
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnGroupIntervalChanged(IntervalBase, IntervalBase)
Declaration
protected virtual void OnGroupIntervalChanged(IntervalBase oldInterval, IntervalBase newInterval)
Parameters
Interval
|
Interval
|
OnItemIntervalChanged(IntervalBase, IntervalBase)
Declaration
protected virtual void OnItemIntervalChanged(IntervalBase oldInterval, IntervalBase newInterval)
Parameters
Interval
|
Interval
|
OnPointerWheelChanged(PointerRoutedEventArgs)
Declaration
protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnSliderSelectionChanged(Object, RadRoutedEventArgs)
Declaration
protected virtual void OnSliderSelectionChanged(object sender, RadRoutedEventArgs e)
Parameters
System.
|
Rad
|
OnVisiblePeriodChanged()
Declaration
protected virtual void OnVisiblePeriodChanged()
RegisterCommand(ICommand, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler)
Declaration
protected static void RegisterCommand(ICommand command, ExecutedRoutedEventHandler executed, CanExecuteRoutedEventHandler canExecute)
Parameters
System.
|
Executed
|
Can
|
remove_VisiblePeriodChanged(RadRoutedEventHandler)
Declaration
public void remove_VisiblePeriodChanged(RadRoutedEventHandler value)
Parameters
Rad
|
Events
ActualVisiblePeriodRangeChanged
Declaration
public event EventHandler ActualVisiblePeriodRangeChanged
Event Type
System.
|
GroupIntervalChanged
Declaration
public event EventHandler<DrillEventArgs> GroupIntervalChanged
Event Type
System.
|
ItemIntervalChanged
Declaration
public event EventHandler<DrillEventArgs> ItemIntervalChanged
Event Type
System.
|
VisiblePeriodChanged
Declaration
public event RadRoutedEventHandler VisiblePeriodChanged