Table of Contents

Class SlideOverScreen

Namespace
Dynamicweb.CoreUI.Screens
Assembly
Dynamicweb.CoreUI.dll

Screen type descriptor that renders a screen inside a slide-over side panel.

public sealed class SlideOverScreen : ScreenTypeBase
Inheritance
SlideOverScreen
Inherited Members
Extension Methods

Remarks

Assign an instance of this class to the screen's type descriptor to instruct the shell to open the target screen as a non-blocking panel that slides in from the right, keeping the underlying page visible. Use DialogScreen when a blocking modal overlay is required instead.

To top