Gets the items collection of this element's parent.

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

Syntax

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

See Also