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 |
|
Remarks
Refer to the CustomizeOperators event description for more information and examples.
See Also