Gets/sets a parent ThumbnailListView control of this item.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Overridable Property Parent As ThumbnailListView
public virtual ThumbnailListView Parent { get; set; }
Internal architecture of the ThumbnailListView control requires all list item objects to belong not more than to to one control. If it is necessary to dublicate the item into another ThumbnailListView control, you should clone this list item rather than use a reference to it.