menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerMonthCellDetails - API Reference

    Show / Hide Table of Contents

    Class SchedulerMonthCellDetails

    Represents a class which holds the details of a month cell to be set as binding context of CellTemplate.

    Inheritance
    System.Object
    SchedulerMonthCellDetails
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class SchedulerMonthCellDetails : Object

    Constructors

    SchedulerMonthCellDetails()

    Declaration
    public SchedulerMonthCellDetails()

    Properties

    Appointments

    Gets the appointment in a month cell.

    Declaration
    public ReadOnlyCollection<SchedulerAppointment> Appointments { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<SchedulerAppointment>
    Remarks

    DataItem property holds the data object associated with scheduler when scheduler appointment created from custom data object using AppointmentMapping.

    DateTime

    Gets the month cell date time value.

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

    IsLeadingOrTrailingDate

    Gets a value indicating whether the date is leading or trailing date in the month view of the SfScheduler.

    Declaration
    public bool IsLeadingOrTrailingDate { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved