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

    Specifies whether the Filter Builder arranges criteria operators into groups.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public bool ShowGroups { get; set; }

    Property Value

    Type Description
    Boolean

    true to group operators; otherwise, false.

    Remarks

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

    See Also