Gets or sets the current page.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ContainerPage CurrentPage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CurrentPage As ContainerPage |
A ContainerPage reference.
RemarksPagedContainerNode 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