Gets or sets the LayerListView control containing this item. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public LayerListView ParentView { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ParentView As LayerListView |
See Also