DrawerPosition
Enum
Describes which side of the page content the drawer appears on when expanded.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum DrawerPosition
Fields
Renders the drawer on the right side of the screen for secondary navigation or alternative layouts.
C#
End = 1
Renders the drawer on the left side of the screen for left-to-right reading patterns.
C#
Start = 0