Class QueryBuilderColumn
Inherited Members
Namespace: Syncfusion.EJ2.QueryBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class QueryBuilderColumn : EJTagHelper
Constructors
QueryBuilderColumn()
Declaration
public QueryBuilderColumn()
Properties
Category
Specifies the category for columns.
Declaration
[HtmlAttributeName("category")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Columns
Specifies the sub fields in columns.
Declaration
[HtmlAttributeName("columns")]
public object Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Field
Specifies the fields in columns.
Declaration
[HtmlAttributeName("field")]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Format
Specifies the date format for columns.
Declaration
[HtmlAttributeName("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Label
Specifies the labels name in columns.
Declaration
[HtmlAttributeName("label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Operators
Specifies the operators in columns.
Declaration
[HtmlAttributeName("operators")]
public object Operators { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
RuleTemplate
Specifies the rule template for the field with any other widgets.
Declaration
[HtmlAttributeName("ruleTemplate")]
public string RuleTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Step
Specifies the step value(numeric textbox) for columns.
Declaration
[HtmlAttributeName("step")]
public double Step { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Template
Specifies the template for value field such as slider or any other widgets.
Declaration
[HtmlAttributeName("template")]
public object Template { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Type
Specifies the types in columns field.
Declaration
[HtmlAttributeName("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Validation
Specifies the validation for columns (text, number and date).
Declaration
[HtmlAttributeName("validation")]
public object Validation { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Value
Specifies the default value for columns.
Declaration
[HtmlAttributeName("value")]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Values
Specifies the values in columns or bind the values from sub controls.
Declaration
[HtmlAttributeName("values")]
public object Values { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |