Skip to main content
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

NuGet Package: DevExpress.Blazor

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