Class ScheduleTimeLineView
Represents a schedule's timeline view.
Inheritance
System.Object
ScheduleTimeLineView
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleTimeLineView : Control, IDisposable
Fields
AppointmentTemplateProperty
Using a DependencyProperty as the backing store for AppointmentTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AppointmentTemplateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CellSelectionBrushProperty
Using a DependencyProperty as the backing store for MonthViewLineStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CellSelectionBrushProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentScheduleTypeProperty
Using a DependencyProperty as the backing store for CurrentScheduleType. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CurrentScheduleTypeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IntervalHeightProperty
Using a DependencyProperty as the backing store for IntervalHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IntervalHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MajorTickVisibilityProperty
Using a DependencyProperty as the backing store for MajorTickVisibility. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MajorTickVisibilityProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MinorTickVisibilityProperty
Using a DependencyProperty as the backing store for MinorTickVisibility. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MinorTickVisibilityProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SelectedDatesProperty
Using a DependencyProperty as the backing store for SelectedDates. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedDatesProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
TimeIntervalProperty
Using a DependencyProperty as the backing store for TimeInterval. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TimeIntervalProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
TimeModeProperty
Using a DependencyProperty as the backing store for TimeMode. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TimeModeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
VisibleAppointmentsProperty
Using a DependencyProperty as the backing store for VisibleAppointments. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty VisibleAppointmentsProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentTemplate
Gets or sets the template for customizing appointment in timeline view.
Declaration
public DataTemplate AppointmentTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
CellSelectionBrush
Declaration
public Brush CellSelectionBrush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
CurrentScheduleType
Gets the schedule type of current view.
Declaration
public ScheduleType CurrentScheduleType { get; }
Property Value
See Also
IntervalHeight
Gets the height of the interval in timeline view.
Declaration
public double IntervalHeight { get; }
Property Value
MajorTickVisibility
Gets the visibility of major ticks that represent hour in time slot.
Declaration
public Visibility MajorTickVisibility { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
MinorTickVisibility
Gets the visibility of minor ticks that represent minute in time slot.
Declaration
public Visibility MinorTickVisibility { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
SelectedDates
Gets or sets the selected dates in timeline view.
Declaration
public ObservableCollection<DateTime> SelectedDates { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
TimeInterval
Gets the time interval of timeline view.
Declaration
public TimeInterval TimeInterval { get; }
Property Value
See Also
TimeMode
Gets the time mode of the timeline view.
Declaration
public TimeModes TimeMode { get; }
Property Value
See Also
VisibleAppointments
Gets or sets the appointments that are visible in timeline view.
Declaration
public ScheduleAppointmentCollection VisibleAppointments { get; set; }
Property Value
Methods
Dispose()
Define a method to release allocated resources of ScheduleTimeLineView.
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable
Extension Methods