menu

UWP

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

    Show / Hide Table of Contents

    Class MonthChildItems

    Represents a MonthChildItems.

    Inheritance
    System.Object
    MonthChildItems
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class MonthChildItems : Control

    Constructors

    MonthChildItems()

    Initializes a new instance of the MonthChildItems class.

    Declaration
    public MonthChildItems()

    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

    MonthHeaderDateFormatProperty

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

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type
    System.DateTime

    Dates

    Gets or sets the Dates for schedule month View.

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

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

    IsCurrentMonth

    Gets or sets a value indicating whether the date will be in current month.

    Declaration
    public bool IsCurrentMonth { get; set; }
    Property Value
    Type
    System.Boolean

    MonthHeaderDateFormat

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

    Methods

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

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