Gets the items collection of this element's parent.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public IList ParentCollection { get; }
Visual Basic
Public ReadOnly Property ParentCollection As IList
	Get

See Also