menu

UWP

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

    Show / Hide Table of Contents

    Class MonthViewItem

    Represents a month view item.

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

    Constructors

    MonthViewItem()

    Initializes a new instance of the MonthViewItem class.

    Declaration
    public MonthViewItem()

    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

    MonthHeaderDateFormatProperty

    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
    Type
    ScheduleAppointmentCollection

    FirstDayOfWeek

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

    MonthAppointmentsViewCollection

    Gets the month appointments view collecion.

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

    MonthHeaderDateFormat

    Declaration
    public string MonthHeaderDateFormat { get; set; }
    Property Value
    Type
    System.String

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

    OnPointerWheelChanged(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Implements

    System.IDisposable

    Extension Methods

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