menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderShowButtons - API Reference

    Show / Hide Table of Contents

    Class QueryBuilderShowButtons

    Specifies the show button settings for the query builder.

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

    Constructors

    QueryBuilderShowButtons()

    Declaration
    public QueryBuilderShowButtons()

    Properties

    GroupDelete

    Specifies the boolean value in groupDelete that the enable/disable the buttons in group.

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

    GroupInsert

    Specifies the boolean value in groupInsert that the enable/disable the buttons in group.

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

    RuleDelete

    Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.

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

    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 Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved