Intersoft ClientUI Documentation
Source Property (UXPropertyGridCustomEditorViewModel)



Gets or sets the source.
Syntax
Public Property Source As INotifyPropertyChanged
Dim instance As UXPropertyGridCustomEditorViewModel
Dim value As INotifyPropertyChanged
 
instance.Source = value
 
value = instance.Source
public INotifyPropertyChanged Source {get; set;}
public:
property INotifyPropertyChanged^ Source {
   INotifyPropertyChanged^ get();
   void set (    INotifyPropertyChanged^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPropertyGridCustomEditorViewModel Class
UXPropertyGridCustomEditorViewModel Members

Send Feedback