menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleMonthView

    Represents the schedule's month view.

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

    Constructors

    ScheduleMonthView(SfSchedule)

    Initializes a new instance of the ScheduleMonthView class.

    Declaration
    public ScheduleMonthView(SfSchedule sfschedule)
    Parameters
    Type Name Description
    SfSchedule sfschedule

    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

    MonthViewHeaderProperty

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

    MonthViewHeader

    Sets the month view header.

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

    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
    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()

    Method to release allocated resources of ScheduleMonthView.

    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()

    Implements

    System.IDisposable

    Extension Methods

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