menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleWeekViewItemsControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleWeekViewItemsControl

    Specifies control for Schedule WeekView ItemsControl.

    Inheritance
    System.Object
    ScheduleWeekViewItemsControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleWeekViewItemsControl : ItemsControl, IDisposable

    Constructors

    ScheduleWeekViewItemsControl()

    Declaration
    public ScheduleWeekViewItemsControl()

    Fields

    AppointmentBackgroundProperty

    Using a DependencyProperty as the backing store for AppointmentBackground. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty AppointmentBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    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

    FirstDayOfWeekProperty

    Declaration
    public static readonly DependencyProperty FirstDayOfWeekProperty
    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

    AppointmentBackground

    Gets or sets the background for an appointment.

    Declaration
    public Brush AppointmentBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    AppointmentCollection

    Gets or sets the appointment for schedule WeekView appointment.

    Declaration
    public ObservableCollection<ScheduleAppointment> AppointmentCollection { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ScheduleAppointment>

    CurrentDateBackground

    Gets the background for current date in month view.

    Declaration
    public Brush CurrentDateBackground { get; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    FirstDayOfWeek

    Declaration
    public DayOfWeek FirstDayOfWeek { get; set; }
    Property Value
    Type
    System.DayOfWeek

    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
    Type
    System.Boolean

    VisibleAppointments

    Gets or sets the collection of appointments that are visible in month view.

    Declaration
    public ScheduleAppointmentCollection VisibleAppointments { get; set; }
    Property Value
    Type
    ScheduleAppointmentCollection

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved