Search
TabbedDiagramView.SelectedIndex Property
See Also
 





Gets or sets the index of the currently selected tab page.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public int SelectedIndex { get; set; }

Visual Basic  Copy Code

Public Property SelectedIndex As Integer

 Property Value

An integer index specifying the current page.

 See Also