Search
PagedContainerNode.CurrentPage Property
See Also
 





Gets or sets the current page.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ContainerPage CurrentPage { get; set; }

Visual Basic  Copy Code

Public Property CurrentPage As ContainerPage

 Property Value

A ContainerPage reference.

 Remarks

PagedContainerNode displays only child items associated with this page. Users can change the current page by clicking on arrow icons in the caption bar.

 See Also