Class WeekViewItem
Specifies a control to present week view items of Schedule control.
Inheritance
System.Object
WeekViewItem
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WeekViewItem : Control
Constructors
WeekViewItem()
Declaration
Fields
AppointmentCollectionProperty
Declaration
public static readonly DependencyProperty AppointmentCollectionProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentVisibilityProperty
Using a DependencyProperty as the backing store for CurrentDateBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AppointmentVisibilityProperty
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 |
DaysProperty
Declaration
public static readonly DependencyProperty DaysProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
EventCountProperty
Declaration
public static readonly DependencyProperty EventCountProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
EventCountVisibilityProperty
Declaration
public static readonly DependencyProperty EventCountVisibilityProperty
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
AppointmentVisibility
Gets the AppointmentVisibility for current date in month view.
Declaration
public Visibility AppointmentVisibility { get; set; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
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 Week View.
Declaration
public string Dates { get; set; }
Property Value
Days
Gets or sets the Days for schedule Week View.
Declaration
public string Days { get; set; }
Property Value
EventCount
Gets or sets the Dates for schedule Week View.
Declaration
public string EventCount { get; set; }
Property Value
EventCountVisibility
Declaration
public Visibility EventCountVisibility { get; set; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
Extension Methods