Skip to main content
All docs
V24.1

DxDrawer.MiniCssClass Property

Specifies the name of the CSS class applied to the Drawer component when the panel is minimized.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string MiniCssClass { get; set; }

Property Value

Type Description
String

A CSS class name.

Remarks

When the MiniModeEnabled property is set to true, the DxDrawer component displays a minimized panel when the full-size panel is closed.

Assign a CSS class name to the MiniCssClass property to define the appearance of the Drawer component when its panel is minimized. Refer to the following topic for more information: CSS Classes.

See Also