menu

UWP

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

    Show / Hide Table of Contents

    Class MonthCellLoadedEventArgs

    Provides Style for Month Cell Style.

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

    Constructors

    MonthCellLoadedEventArgs()

    Declaration
    public MonthCellLoadedEventArgs()

    Properties

    Appointments

    Gets value for collection of appointments in the particular day.

    Declaration
    public ObservableCollection<object> Appointments { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    IsBlackOutDay

    Get a value indicating whether particular day is blackout date.

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

    IsNextMonth

    Get a value indicating whether particular day is in next month.

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

    IsPreviousMonth

    Get a value indicating whether particular day is in previous month.

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

    IsToday

    Get a value indicating whether particular day is current day.

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

    MonthBlockOutDayVisible

    Gets visibility value for block out day in the month.

    Declaration
    public Visibility MonthBlockOutDayVisible { get; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    MonthCellDate

    Gets date value for month cell for the particular day.

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

    MonthCellStyle

    Gets and sets style value for month cell for the particular day.

    Declaration
    public MonthCellStyle MonthCellStyle { get; set; }
    Property Value
    Type
    MonthCellStyle

    View

    Gets or sets value for custom view to load in the month cell for the particular day.

    Declaration
    public FrameworkElement View { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.FrameworkElement

    Extension Methods

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