Class PropertyNodeCollection
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
A SortedObservableCollection{PropertyNode, string} that sorts by the PropertyNode's Name.
public class PropertyNodeCollection : SortedObservableCollection<PropertyNode, string>, IList<PropertyNode>, ICollection<PropertyNode>, IList, ICollection, IReadOnlyList<PropertyNode>, IReadOnlyCollection<PropertyNode>, IEnumerable<PropertyNode>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
- Inheritance
-
PropertyNodeCollection
- Implements
- Extension Methods
Constructors
- PropertyNodeCollection()
Creates a new PropertyNodeCollection instance.