Gets the subitems of this item in the ViewModel.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
IEnumerable Children { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property Children As IEnumerable |
An enumeration of the direct children of this item.
See Also