Class ScheduleWeekView
Represents a schedule's Week view.
Inheritance
System.Object
ScheduleWeekView
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleWeekView : Control, IDisposable
Constructors
ScheduleWeekView()
Declaration
public ScheduleWeekView()
Fields
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 |
FirstDayOfWeekProperty
Declaration
public static readonly DependencyProperty FirstDayOfWeekProperty
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 |
ShowAppointmentsInlineProperty
Declaration
public static readonly DependencyProperty ShowAppointmentsInlineProperty
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
currentdate
Declaration
public DateTime currentdate { get; set; }
Property Value
CurrentScheduleType
Gets the schedule type of current view.
Declaration
public ScheduleType CurrentScheduleType { get; }
Property Value
FirstDayOfWeek
Declaration
public DayOfWeek FirstDayOfWeek { get; }
Property Value
IntervalHeight
Gets the height of interval in Week view.
Declaration
public double IntervalHeight { get; }
Property Value
MajorTickVisibility
Gets the visibility of major ticks which represent hour in time slot.
Declaration
public Visibility MajorTickVisibility { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
MinorTickVisibility
Gets the visibility of minor ticks which represents minute in time slot.
Declaration
public Visibility MinorTickVisibility { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
SelectedDates
Gets or sets the selected dates of Week view.
Declaration
public ObservableCollection<DateTime> SelectedDates { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
ShowAppointmentsInline
Declaration
public bool ShowAppointmentsInline { get; set; }
Property Value
TimeInterval
Gets the time interval of Week view which may differs based on schedule's enum "TimeInterval".
Declaration
public TimeInterval TimeInterval { get; }
Property Value
See Also
TimeMode
Gets the time mode of Week view which may be 12 hrs or 24 hrs.
Declaration
public TimeModes TimeMode { get; }
Property Value
VisibleAppointments
Gets or sets the collection of visible appointments in Week view.
Declaration
public ScheduleAppointmentCollection VisibleAppointments { get; set; }
Property Value
See Also
Methods
Dispose()
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable
Extension Methods