menu

MAUI

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

    Show / Hide Table of Contents

    Class CalendarMessage

    Represents a class which contains the functionalities for the calendars message in SfChat.

    Inheritance
    System.Object
    MessageBase
    TextMessage
    CalendarMessage
    Implements
    ICalendarMessage
    ITextMessage
    IMessage
    Inherited Members
    MessageBase.Author
    MessageBase.AuthorProperty
    MessageBase.Data
    MessageBase.DataProperty
    MessageBase.DateTime
    MessageBase.DateTimeProperty
    MessageBase.HideAfterSelection
    MessageBase.HideAfterSelectionProperty
    MessageBase.IsMessageContentHiddenAfterSelection
    MessageBase.IsSuggestionViewHiddenAfterSelection
    MessageBase.Suggestions
    MessageBase.SuggestionsProperty
    TextMessage.Text
    TextMessage.TextProperty
    Namespace: Syncfusion.Maui.Chat
    Assembly: Syncfusion.Maui.Chat.dll
    Syntax
    public class CalendarMessage : TextMessage, ICalendarMessage, ITextMessage, IMessage

    Constructors

    CalendarMessage()

    Declaration
    public CalendarMessage()

    Fields

    DisplayModeProperty

    Identifies the DisplayMode Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty DisplayModeProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    SelectedDateProperty

    Identifies the SelectedDate Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty SelectedDateProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    DisplayMode

    Gets or sets the display mode for the calendar message.

    Declaration
    public CalendarView DisplayMode { get; set; }
    Property Value
    Type Description
    CalendarView

    The display mode of the calendar. The default mode is month.

    SelectedDate

    Gets or sets the date selected by the user.

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

    Implements

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