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
CloneGroup
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool CloneGroup { get; set; }
Property Value
Type |
---|
System.Boolean |
CloneRule
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool CloneRule { get; set; }
Property Value
Type |
---|
System.Boolean |
GroupDelete
Specifies the boolean value in groupDelete that the enable/disable the buttons in group.
Declaration
public bool GroupDelete { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |
LockGroup
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool LockGroup { get; set; }
Property Value
Type |
---|
System.Boolean |
LockRule
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool LockRule { get; set; }
Property Value
Type |
---|
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 |
---|
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 |
---|
System.Threading.Tasks.Task |