Skip to main content
All docs
V25.2
  • FilterBuilderOperatorCollection.Remove(FilterBuilderOperatorType) Method

    Removes an operator item with the specified type from the item collection.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public bool Remove(
        FilterBuilderOperatorType operatorType
    )

    Parameters

    Name Type Description
    operatorType FilterBuilderOperatorType

    The operator type.

    Returns

    Type Description
    Boolean

    true if the item is removed; otherwise, false.

    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