Search
LayerListBoxItem.ParentView Property
See Also
 






Gets or sets the LayerListView control containing this item. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public LayerListView ParentView { get; set; }

Visual Basic  Copy Code

Public Property ParentView As LayerListView

 Property Value

 See Also