DevExtreme Vue - Switch Between Views

By default, an end user can switch between views by swiping. Assign false to the swipeEnabled option to disable this feature.

You can switch the views from code by changing the selectedIndex or selectedItem option.

By default, the MultiView widget animates switching between views. You can disable animation by setting the animationEnabled option to false.

See Also