Skip to main content
All docs
V25.2
  • FilterBuilderCustomizeOperatorsEventArgs.DefaultOperator Property

    Specifies the default operator item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public FilterBuilderOperatorItem DefaultOperator { get; set; }

    Property Value

    Type Description
    FilterBuilderOperatorItem

    The operator item.

    Remarks

    Refer to the CustomizeOperators event description for more information and examples.

    See Also