Class
PropertyEditorViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.PropertyEditor.Models

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class PropertyEditorViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationPropertyEditorViewModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

PropertyEditorViewModel()

Declaration

cs-api-definition
public PropertyEditorViewModel()

Properties

BoundItem

Declaration

cs-api-definition
public object BoundItem { get; set; }

Property Value

object