Specifies when a page can be reused in navigation, either with the same, or a different parameter. Only pages of the same type are ever reused. Reusing pages avoids the overhead of instantiating new objects and/or adding new items to the UI tree.

The default is Inactive.

This can be overridden for individual pages using the Navigator.Reuse property on the page.

This property affects template pages only. Non-templates are always reused.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Navigation 2.9.1

Returns

ReuseType

Possible Values

Default

Use the Navigator setting

None

the page instances are never reused

Removed

removed pages may be used

Inactive

any inactive pages may be used

Replace

any page, even the current one in replace mode

Any

any page can be reused, even the current one