Class MonthChildItems
Represents a MonthChildItems.
Inheritance
System.Object
MonthChildItems
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class MonthChildItems : Control
Constructors
MonthChildItems()
Declaration
Fields
AppointmentCollectionProperty
Declaration
public static readonly DependencyProperty AppointmentCollectionProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentDateBackgroundProperty
Using a DependencyProperty as the backing store for CurrentDateBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CurrentDateBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DateProperty
Declaration
public static readonly DependencyProperty DateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DatesProperty
Declaration
public static readonly DependencyProperty DatesProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IsCurrentDateProperty
Using a DependencyProperty as the backing store for IsCurrentDate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsCurrentDateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IsCurrentMonthProperty
Using a DependencyProperty as the backing store for IsCurrentMonth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsCurrentMonthProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthHeaderDateFormatProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentCollection
Gets or sets the appointment for schedule WeekView appointment.
Declaration
public ObservableCollection<ScheduleAppointment> AppointmentCollection { get; set; }
Property Value
CurrentDateBackground
Gets the background for current date in month view.
Declaration
public Brush CurrentDateBackground { get; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Date
Declaration
public DateTime Date { get; set; }
Property Value
Dates
Gets or sets the Dates for schedule month View.
Declaration
public string Dates { get; set; }
Property Value
IsCurrentDate
Gets or sets a value indicating whether the date in month view will be current date.
Declaration
public bool IsCurrentDate { get; set; }
Property Value
IsCurrentMonth
Gets or sets a value indicating whether the date will be in current month.
Declaration
public bool IsCurrentMonth { get; set; }
Property Value
Declaration
public string MonthHeaderDateFormat { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Extension Methods