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. |
|
Right
|
Displays the drawer panel at the right edge of the target content area. |
Related API Members
The following properties accept/return DrawerPosition values:
See Also