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

DxComboBoxDropDownButton.CssClass Property

Specifies the name of a CSS class applied to the button.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
String

The CSS class name.

Remarks

Refer to the DxComboBoxDropDownButton class description for more information and examples.

See Also