Class CalendarCellDetails
Represents a class which holds the details of a cell to be set as binding context of CellTemplate and CellTemplate/>.
Inheritance
System.Object
CalendarCellDetails
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.dll
Syntax
public class CalendarCellDetails : Object
Constructors
CalendarCellDetails()
Declaration
public CalendarCellDetails()
Properties
Date
Gets the cell date time value.
Declaration
public DateTime Date { get; }
Property Value
Type |
---|
System.DateTime |
IsTrailingOrLeadingDate
Gets a value indicating whether the date is leading or trailing date SfCalendar.
Declaration
public bool IsTrailingOrLeadingDate { get; }
Property Value
Type |
---|
System.Boolean |