Class LookupPropertyView
Interaction logic for LookupPropertyView.xaml.
Inheritance
LookupPropertyView
Implements
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LookupPropertyView : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceLookupPropertyView(PropertyTrackerViewModel)
Initializes a new instance of the LookupPropertyView class.
Declaration
public LookupPropertyView(PropertyTrackerViewModel vm)
Parameters
Type | Name | Description |
---|---|---|
PropertyTrackerViewModel | vm |
Fields
View SourcePropertyTrackerSourceProperty
The dependency property for the PropertyWatcherSource property.
Declaration
public static readonly DependencyProperty PropertyTrackerSourceProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
View SourcePropertyTrackerSource
Gets or sets the property watcher source.
Declaration
public PropertyTrackerSource PropertyTrackerSource { get; set; }
Property Value
Type | Description |
---|---|
PropertyTrackerSource |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()