Enum
DrawerMode

Describes how the drawer interacts with page content when expanding and collapsing.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum DrawerMode

Fields

Overlay

Renders the drawer on top of the page content with a semi-transparent backdrop.

Declaration

cs-api-definition
Overlay = 0

Field Value

DrawerMode

Push

Renders the drawer next to the content and pushes it, resizing the content area to remain fully visible.

Declaration

cs-api-definition
Push = 1

Field Value

DrawerMode

In this article
DefinitionFieldsOverlayPush
Not finding the help you need?
Contact Support