Class QueryBuilderShowButtons
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.QueryBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class QueryBuilderShowButtons : EJTagHelper
Constructors
QueryBuilderShowButtons()
Declaration
public QueryBuilderShowButtons()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
GroupDelete
Specifies the boolean value in groupDelete that the enable/disable the buttons in group.
Declaration
[HtmlAttributeName("groupDelete")]
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
[HtmlAttributeName("groupInsert")]
public bool GroupInsert { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
RuleDelete
Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.
Declaration
[HtmlAttributeName("ruleDelete")]
public bool RuleDelete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |