Search
PagedContainerNode.currentPage Property
See Also
 





Gets or sets the current page.

Namespace: MindFusion.Diagramming
Assembly: PagedContainerNode.js

 Syntax

JavaScript  Copy Code

get currentPage() {}
set currentPage(value) {}

 Property Value

ContainerPage

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