Class ContentHost
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
Properties
CurrentItem
Gets or sets the view model.
public object CurrentItem { get; set; }