Class PropertyEditorViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI.PropertyEditor.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PropertyEditorViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
PropertyEditorViewModel()
Declaration
public PropertyEditorViewModel()
Properties
BoundItem
Declaration
public object BoundItem { get; set; }
Property Value
System.Object
|