Specifies when pages are removed from the Navigator. Removed pages are no longer part of the UI tree and can thus release their resources. A removed page may still be reused, refer to Reuse.

The default is Cleared.

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

This property affects only template pages. Non-templates are never removed.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Navigation 2.9.1

Returns

RemoveType

Possible Values

Default

Use the Navigator setting

None

Pages are not removed. This is generally suitable only for a liberal Reuse property, such as Inactive or Any

Cleared

When the list of pages is cleared, such as with a Goto

Released

As soon as the page is released (typically when no longer visible).