Class QueryBuilderColumn
Inheritance
System.Object
QueryBuilderColumn
Assembly: Syncfusion.EJ2.dll
Syntax
public class QueryBuilderColumn : EJTagHelper
Constructors
QueryBuilderColumn()
Declaration
public QueryBuilderColumn()
Properties
Category
Specifies the category for columns.
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Field
Specifies the fields in columns.
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the date format for columns.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Label
Specifies the labels name in columns
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Operators
Specifies the operators in columns.
Declaration
public object Operators { get; set; }
Property Value
Type |
Description |
System.Object |
|
RuleTemplate
Specifies the rule template for the field with any other widgets.
Declaration
public string RuleTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Step
Specifies the step value(numeric textbox) for columns.
Declaration
public double Step { get; set; }
Property Value
Type |
Description |
System.Double |
|
Template
Specifies the template for value field such as slider or any other widgets.
Declaration
public object Template { get; set; }
Property Value
Type |
Description |
System.Object |
|
Type
Specifies the types in columns field
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Validation
Specifies the validation for columns (text, number and date).
Declaration
public object Validation { get; set; }
Property Value
Type |
Description |
System.Object |
|
Value
Specifies the default value for columns.
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Values
Specifies the values in columns or bind the values from sub controls.
Declaration
public object Values { get; set; }
Property Value
Type |
Description |
System.Object |
|