Skip to main content
A newer version of this page is available. .

DxComponentBase.CssClass Property

Specifies the name of the component’s CSS class.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
[Parameter]
public virtual string CssClass { get; set; }

Property Value

Type Default Description
String null

The CSS class name.

Remarks

Refer to the following topic for more information: CSS Classes.

See Also