Class CalendarMessage
Represents a class which contains the functionalities for the calendars message in SfChat.
Inherited Members
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 |