MindFusion.Scheduling for Silverlight Programmer's Guide
IItemViewModel.Children Property
See Also
 





Gets the subitems of this item in the ViewModel.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 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.Silverlight Namespace