Returns a value indicating whether the specified item has children items.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public bool HasChildren(
	TaskItem item
)
Visual Basic (Declaration)
Public Function HasChildren ( _
	item As TaskItem _
) As Boolean

See Also