menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderRule - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderRule

    Specifies the rule for the query builder.

    Inheritance
    System.Object
    QueryBuilderRule
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QueryBuilderRule : OwningComponentBase

    Constructors

    QueryBuilderRule()

    Declaration
    public QueryBuilderRule()

    Properties

    Condition

    Specifies the condition value in group.

    Declaration
    public string Condition { get; set; }
    Property Value
    Type
    System.String

    IsLocked

    Specifies whether the group is locked or not.

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type
    System.Boolean

    Not

    Specifies whether not condition is true/false.

    Declaration
    public Nullable<bool> Not { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    Rules

    Specifies the rules in group.

    Declaration
    public List<RuleModel> Rules { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<RuleModel>

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task

    UpdateChildProperties(String, Object)

    Declaration
    public void UpdateChildProperties(string key, object result)
    Parameters
    Type Name Description
    System.String key
    System.Object result
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved