[]
Represents the collection of fields or peroperties to be used for binding at the specified C1TreeView level.
public class PropertyPath : ObservableDictionary<int, string>, IList<ObservableKeyValuePair<int, string>>, ICollection<ObservableKeyValuePair<int, string>>, IList, ICollection, IReadOnlyList<ObservableKeyValuePair<int, string>>, IReadOnlyCollection<ObservableKeyValuePair<int, string>>, IEnumerable<ObservableKeyValuePair<int, string>>, INotifyCollectionChanged, INotifyPropertyChanged, IDictionary<int, string>, ICollection<KeyValuePair<int, string>>, IEnumerable<KeyValuePair<int, string>>, IEnumerable
| Name | Description |
|---|---|
| PropertyPath() |
| Name | Description |
|---|---|
| GetPathString() | Returns a string representing this collection. This string uses the '\' as a separator. |
| GetValue(int) | Returns the field or property for the specified level. |
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | |
| OnItemChanged(ItemChangedEventArgs<ObservableKeyValuePair<int, string>>) | Fires the ItemChanged event. |
| SetPath(string) | Sets this collection from string with fields or properties. |
| ToString() |