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