Class MonthViewItem
Represents a month view item.
Inheritance
System.Object
MonthViewItem
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class MonthViewItem : Control, IDisposable
Constructors
MonthViewItem()
Declaration
Fields
AppointmentsProperty
Using a DependencyProperty as the backing store for VisibleAppointments. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AppointmentsProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FirstDayOfWeekProperty
Declaration
public static readonly DependencyProperty FirstDayOfWeekProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MonthAppointmentsViewCollectionProperty
Declaration
public static readonly DependencyProperty MonthAppointmentsViewCollectionProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthHeaderDateFormatProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MonthViewCellsProperty
Declaration
public static readonly DependencyProperty MonthViewCellsProperty
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 |
Properties
Appointments
Gets or sets the appointments of date in month view.
Declaration
public ScheduleAppointmentCollection Appointments { get; set; }
Property Value
FirstDayOfWeek
Declaration
public DayOfWeek FirstDayOfWeek { get; }
Property Value
MonthAppointmentsViewCollection
Gets the month appointments view collecion.
Declaration
public ObservableCollection<ScheduleMonthAppointmentViewControl> MonthAppointmentsViewCollection { get; set; }
Property Value
Declaration
public string MonthHeaderDateFormat { get; set; }
Property Value
MonthViewCells
Gets the Month view cells.
Declaration
public ObservableCollection<object> MonthViewCells { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.Object> |
MonthViewLineStroke
Declaration
public Brush MonthViewLineStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Methods
Dispose()
Method to release allocated resources of MonthViewItem.
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Declaration
protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Implements
System.IDisposable
Extension Methods