ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class QueryBuilderColumn

    Inheritance
    System.Object
    EJTagHelper
    QueryBuilderColumn
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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

    Field

    Specifies the fields in columns.

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

    Format

    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
    EJTagHelper.IsChild

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved