Skip to main content
All docs
V24.1

DxDrawer.CssClass Property

Specifies the name of the CSS class applied to the Drawer component.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
String

The CSS class name.

Remarks

Assign a CSS class name to the CssClass property to define the appearance of the Drawer component. Refer to the following topic for more information: CSS Classes.

See Also