Skip to main content

DxComboBoxDropDownButton.CssClass Property

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

Namespace: DevExpress.Blazor

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