MindFusion.Wpf Pack Programmer's Guide
IItemViewModel.Children Property
See Also
 





Gets the subitems of this item in the ViewModel.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

IEnumerable Children { get; }

Visual Basic  Copy Code

ReadOnly Property Children As IEnumerable

 Property Value

An enumeration of the direct children of this item.

 See Also

IItemViewModel Members
IItemViewModel Interface
MindFusion.DataViews.Wpf Namespace