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
C# Copy Code |
---|
public class TabbedDiagramView : DiagramView |
Visual Basic Copy Code |
---|
Public Class TabbedDiagramView |
Use 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() |
System.Object
MindFusion.Diagramming.Mvc.DiagramView
MindFusion.Diagramming.Mvc.TabbedDiagramView