 | LogicalNodeViewModelChildren property |
The children of the current node.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic ObservableCollection<LogicalNodeViewModel> Children { get; }
Public ReadOnly Property Children As ObservableCollection(Of LogicalNodeViewModel)
Get
public:
property ObservableCollection<LogicalNodeViewModel^>^ Children {
ObservableCollection<LogicalNodeViewModel^>^ get ();
}
member Children : ObservableCollection<LogicalNodeViewModel> with get
Property value
ObservableCollectionLogicalNodeViewModel
See also