Class ScheduleMonthView
Represents the schedule's month view.
Inheritance
System.Object
ScheduleMonthView
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleMonthView : Control, IDisposable
Constructors
ScheduleMonthView(SfSchedule)
Declaration
public ScheduleMonthView(SfSchedule sfschedule)
Parameters
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 |
FirstDayOfWeekProperty
Declaration
public static readonly DependencyProperty FirstDayOfWeekProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MonthViewLineStrokeProperty
Using a DependencyProperty as the backing store for MonthViewLineStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MonthViewLineStrokeProperty
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 |
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 month view appointment.
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 |
FirstDayOfWeek
Declaration
public DayOfWeek FirstDayOfWeek { get; }
Property Value
Sets the month view header.
Declaration
public ObservableCollection<ScheduleMonthViewHeaderControl> MonthViewHeader { get; set; }
Property Value
MonthViewLineStroke
Declaration
public Brush MonthViewLineStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
SelectedDates
Gets the collection of selected dates in month view.
Declaration
public ObservableCollection<DateTime> SelectedDates { get; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
ShowAppointmentsInline
Declaration
public bool ShowAppointmentsInline { get; set; }
Property Value
VisibleAppointments
Gets or sets the collection of appointments that are visible in month view.
Declaration
public ScheduleAppointmentCollection VisibleAppointments { get; set; }
Property Value
Methods
Dispose()
Method to release allocated resources of ScheduleMonthView.
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