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