Interface IPopupMessage
Represents message that can be displayed in popup position.
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public interface IPopupMessage
Properties
PopupViewModel
Gets the PopupViewModel.
Declaration
PopupViewModel PopupViewModel { get; }
Property Value
PopupViewModel
|