Class QueryBuilderShowButtons
Inheritance
Namespace: Syncfusion.EJ2.QueryBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class QueryBuilderShowButtons : EJTagHelper
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 | Description |
---|---|
System.Boolean | The default value is false |
CloneRule
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool CloneRule { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
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 | The default value is true |
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 | The default value is true |
LockGroup
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool LockGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
LockRule
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
public bool LockRule { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
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 | The default value is true |