Interface ICalendarMessage
Defines properties that can be used to display a calendar message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public interface ICalendarMessage : ITextMessage, IMessage
Properties
DisplayMode
Gets or sets the display mode for the calendar message.
Declaration
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 selected date by the user.
Declaration
DateTime SelectedDate { get; set; }
Property Value
Type |
---|
System.DateTime |