ClassFlipViewMessage
Represents a message that displays a list of rich content elements.
Definition
Namespace:Telerik.UI.Xaml.Controls.ConversationalUI
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class FlipViewMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IOverlayMessage, IInlineMessage
Inheritance: objectMessageBaseFlipViewMessage
Implements:
Inherited Members
Constructors
FlipViewMessage(MessageDisplayPosition, Author, IEnumerable<object>, DateTime)
Initializes a new instance of the FlipViewMessage class.
Declaration
public FlipViewMessage(MessageDisplayPosition displayPosition, Author author, IEnumerable<object> source, DateTime creationDate = default)
Parameters
displayPosition
author
source
creationDate
Properties
FlipViewHeight
Gets or sets the underlying flip view control's height.
InlineViewModel
Gets the InlineViewModel.
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
LastReportItem
Gets the child message that was last to report message result.
Declaration
[ReportResult(true)]
public MessageBase LastReportItem { get; }
Property Value
OverlayViewModel
Gets the OverlayViewModel.
Declaration
public OverlayViewModel OverlayViewModel { get; }
Property Value
Implements
SelectedItem
Gets or sets the selected item.
Declaration
[ReportResult]
public object SelectedItem { get; set; }
Property Value
Source
Gets or sets the FlipView's data source.
Methods
SubscribeToMessageResult(Action<object, MessageResultEventArgs>)
Subscribes to ReportViewModel.ReportMessageResult event.
Declaration
protected override void SubscribeToMessageResult(Action<object, MessageResultEventArgs> callBack)
Parameters
callBack
Overrides