Table of Contents

Class ContentHost

Namespace
Loehnert.Controls
Assembly
Loehnert.Controls.dll

Represents a content control that has a cache for the views.

public class ContentHost : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
ContentHost
Implements
Inherited Members

Constructors

ContentHost()

Initializes a new instance of the ContentHost class.

public ContentHost()

Fields

CurrentItemProperty

Identifies the CurrentItem dependency property.

public static readonly DependencyProperty CurrentItemProperty

Field Value

DependencyProperty

Properties

CurrentItem

Gets or sets the view model.

public object CurrentItem { get; set; }

Property Value

object