Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

DrawerPosition Enum

Lists values that specify the drawer panel position relative to the target content area.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum DrawerPosition

Members

Name Description Image
Left

Displays the drawer panel at the left edge of the target content area.

Drawer in left position

Right

Displays the drawer panel at the right edge of the target content area.

Drawer in right position

Related API Members

The following properties accept/return DrawerPosition values:

See Also