Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderShowButtons - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderShowButtons

    Specifies the show button settings for the query builder.

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

    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

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved