ClassCalendarMessage
Class
Represents message type that displays DateTime values.
Definition
Namespace:Telerik.UI.Xaml.Controls.ConversationalUI
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class CalendarMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IOverlayMessage, IInlineMessage, IPopupMessage
Inheritance: objectMessageBaseCalendarMessage
Implements:
Inherited Members
Constructors
CalendarMessage(MessageDisplayPosition, Author)
Initializes a new instance of the CalendarMessage class.
Declaration
cs-api-definition
public CalendarMessage(MessageDisplayPosition displayPosition, Author author)
Parameters
displayPosition
author
CalendarMessage(MessageDisplayPosition, Author, DateTime)
Initializes a new instance of the CalendarMessage class.
Declaration
cs-api-definition
public CalendarMessage(MessageDisplayPosition displayPosition, Author author, DateTime selectedDate)
Parameters
displayPosition
author
selectedDate
Properties
InlineViewModel
Gets the InlineViewModel.
Declaration
cs-api-definition
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
OverlayViewModel
Gets the OverlayViewModel.
Declaration
cs-api-definition
public OverlayViewModel OverlayViewModel { get; }
Property Value
Implements
PopupViewModel
Gets the PopupViewModel.
Declaration
cs-api-definition
public PopupViewModel PopupViewModel { get; }
Property Value
Implements
SelectedDate
Gets or sets the currently selected DateTime value.
Declaration
cs-api-definition
[ReportResult]
public DateTime SelectedDate { get; set; }
Property Value