Enum UniqueFilterMode
Defines whether a field can have multiple filter conditions within a group or across all groups in the Query Builder.
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public enum UniqueFilterMode
Remarks
This enumeration helps enforce constraints on how many times a field can be used in the filter criteria.
Fields
| Name | Description |
|---|---|
| All | Enforces that a field can have only one filter condition across the entire Query Builder. |
| Group | Restricts a field to have only one filter condition within a single group. The same field can be used in other groups. |
| None | Allows multiple filter conditions for the same field within any group. |