menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarCellDetails - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved