RemoveType Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Specifies how pages are removed from navigation (the child is actually removed from the UI tree).
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Navigation 2.9.1
Possible Values
Interface of RemoveType
Cleared : RemoveType uno
When the list of pages is cleared, such as with a Goto
Default : RemoveType uno
Use the Navigator setting
HasFlag(RemoveType) : bool uno
None : RemoveType uno
Pages are not removed. This is generally suitable only for a liberal Reuse
property, such as Inactive
or Any
Released : RemoveType uno
As soon as the page is released (typically when no longer visible).