Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UniqueFilterMode

    Show / Hide Table of Contents

    Class UniqueFilterMode

    Defines whether to allow creating multiple filter conditions for a field in a group or all groups in query builder.

    Inheritance
    System.Object
    UniqueFilterMode
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class UniqueFilterMode : Enum

    Fields

    All

    Defines the unique filter mode as 'All' to allow unique filters within entire query builder. Once filter condition is created for a field then user can’t create filter condition for the same field in any group.

    Declaration
    public const UniqueFilterMode All
    Field Value
    Type Description
    UniqueFilterMode

    Group

    Defines the unique filter mode as 'Group' to allow the unique filters within a group. Once filter condition is created for a field then user can create filter condition for the same field in next group only.

    Declaration
    public const UniqueFilterMode Group
    Field Value
    Type Description
    UniqueFilterMode

    None

    Defines the unique filter mode as 'None' to disable the unique filter where end-user can create multiple filter conditions for a field option.

    Declaration
    public const UniqueFilterMode None
    Field Value
    Type Description
    UniqueFilterMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved