Represents a DiagramView that can display DiagramDocument objects. The individual diagram pages can be activated through the tabs in the tray located at one of the view sides.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public class TabbedDiagramView : DiagramView |
Visual Basic
Copy Code
|
|---|
Public Class TabbedDiagramView |
RemarksUse the TabbedDiagramView html helper to add this control to a page:
Index.cshtml
Copy Code
|
|---|
@Html.TabbedDiagramView( |
Setting up the view from code-behind looks like this:
Controller.cs
Copy Code
|
|---|
public IActionResult Index() |
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Mvc.DiagramView
MindFusion.Diagramming.Mvc.TabbedDiagramView
See Also