Class DrawerMode
Describes the way the Drawer component interacts with the content.
Inheritance
System.Object
DrawerMode
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class DrawerMode : Enum
Fields
Overlay
Render the drawer on top of the page content.
Declaration
public const DrawerMode Overlay
Field Value
DrawerMode
|
Push
Push the page content to show the drawer.
Declaration
public const DrawerMode Push
Field Value
DrawerMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|