New to Telerik UI for WPFStart a free 30-day trial

Represents view model for ChatOverlay.

Definition

Constructors

Initializes a new instance of the OverlayViewModel class.

C#
public OverlayViewModel(MessageBase message)
Parameters:messageMessageBase

Properties

Gets or sets the overlay footer.

C#
public object Footer { get; set; }

FooterTemplate

DataTemplate

Gets or sets the template that represents the overlay footer.

C#
public DataTemplate FooterTemplate { get; set; }

Gets or sets the overlay header.

C#
public object Header { get; set; }

HeaderTemplate

DataTemplate

Gets or sets the template that represents the overlay header.

C#
public DataTemplate HeaderTemplate { get; set; }