Class DatePickerMessage
Represents a class which contains the functionalities for the DatePicker message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class DatePickerMessage : TextMessage, IDatePickerMessage, ITextMessage, IMessage
Constructors
DatePickerMessage()
Declaration
public DatePickerMessage()
Fields
SelectedDateProperty
Identifies the SelectedDate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty SelectedDateProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
SelectedDate
Gets or sets the date selected by the user.
Declaration
public DateTime SelectedDate { get; set; }
Property Value
Type |
---|
System.DateTime |