menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthCellItem - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MonthCellItem

    The Month Cell Item class contains properties which returns details of loaded month cell view while using month cell template.

    Inheritance
    System.Object
    MonthCellItem
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class MonthCellItem : Object

    Constructors

    MonthCellItem()

    Initializes a new instance of the MonthCellItem class.

    Declaration
    public MonthCellItem()

    Properties

    Appointments

    Gets or sets the Appointments property which returns the collection of appointments that the loaded month cell contains.

    Declaration
    public IEnumerable Appointments { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    This property takes the System.Collections.IEnumerable value.

    Date

    Gets or sets the Date property which returns the date time value of the loaded month cell view in schedule.

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

    This property takes the System.DateTime value.

    IsBlockOutDay

    Gets or sets a value indicating whether the date in loaded month cell is Black out day or not in schedule.

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

    This property takes the System.Boolean value.

    IsLeadingDay

    Gets or sets a value indicating whether the date in loaded month cell is Leading day or not in schedule.

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

    This property takes the System.Boolean value.

    IsTrailingDay

    Gets or sets a value indicating whether the date in loaded month cell is Trailing day or not in schedule.

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

    This property takes the System.Boolean value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved