Skip to main content
All docs
V25.2
  • FilterBuilderOperatorItem.IconCssClass Property

    Specifies the name of the CSS class applied to the operator item icon.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public string IconCssClass { get; set; }

    Property Value

    Type Description
    String

    The CSS class name.

    Remarks

    Handle the CustomizeOperators event to access and customize operator item collections (Operators). Refer to the following article for additional information and examples: Filter Operators in Blazor Filter Builder.

    See Also