Intersoft ClientUI Documentation
PropertyDefinitions Property



Gets or sets the value that specifies which properties will use the editor definition.
Syntax
Public Property PropertyDefinitions As ObservableCollection(Of PropertyDefinition)
Dim instance As EditorDefinition
Dim value As ObservableCollection(Of PropertyDefinition)
 
instance.PropertyDefinitions = value
 
value = instance.PropertyDefinitions
public ObservableCollection<PropertyDefinition> PropertyDefinitions {get; set;}
public:
property ObservableCollection<PropertyDefinition^>^ PropertyDefinitions {
   ObservableCollection<PropertyDefinition^>^ get();
   void set (    ObservableCollection<PropertyDefinition^>^ 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

EditorDefinition Class
EditorDefinition Members

Send Feedback