Skip to main content

DxComponentBase.CssClass Property

Specifies the name of the component’s CSS class.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.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