Skip to main content
All docs
V24.1

DxDrawer.ClosedCssClass Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
String

A CSS class name.

Remarks

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

See Also