Class QueryBuilderShowButtons
Inheritance
System.Object
QueryBuilderShowButtons
Assembly: Syncfusion.EJ2.dll
public class QueryBuilderShowButtons : EJTagHelper
Constructors
Declaration
public QueryBuilderShowButtons()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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 |
|
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 |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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 |
|