Skip to main content

DxComboBoxDropDownButton.IconCssClass Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public override string IconCssClass { 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