Gets a reference to the SelectionItemsControl parent for this ItemControl.

C# | Visual Basic | Visual C++ |
public SelectionItemsControl ParentItemsControl { get; internal set; }
Public Property ParentItemsControl As SelectionItemsControl
public: property SelectionItemsControl^ ParentItemsControl { SelectionItemsControl^ get (); void set (SelectionItemsControl^ value); }