menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderColumn - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderColumn

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    QueryBuilderColumn
    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
    public string Category { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Columns

    Specifies the sub fields in columns.

    Declaration
    public object Columns { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Field

    Specifies the fields in columns.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Format

    Specifies the date format for columns.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Label

    Specifies the labels name in columns.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Operators

    Specifies the operators in columns.

    Declaration
    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
    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
    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
    public object Template { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Type

    Specifies the types in columns field.

    Declaration
    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
    public object Validation { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Value

    Specifies the default value for columns.

    Declaration
    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
    public object Values { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved