Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderColumn - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderColumn

    Specifies the column for the query builder.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    QueryBuilderColumn
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QueryBuilderColumn : SfBaseComponent

    Constructors

    QueryBuilderColumn()

    Declaration
    public QueryBuilderColumn()

    Properties

    Category

    Specifies the category for columns.

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

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    ColumnTemplate

    Specifies the template for columns.

    Declaration
    public RenderFragment<RuleModel> ColumnTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<RuleModel>

    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

    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 List<OperatorsModel> Operators { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<OperatorsModel>

    Step

    Specifies the step value(numeric textbox) for columns.

    Declaration
    public int Step { get; set; }
    Property Value
    Type Description
    System.Int32

    Type

    Specifies the types in columns field

    Declaration
    public ColumnType Type { get; set; }
    Property Value
    Type Description
    ColumnType

    Validation

    Specifies the validation for columns (text, number and date).

    Declaration
    public QueryBuilderColumnValidation Validation { get; set; }
    Property Value
    Type Description
    QueryBuilderColumnValidation

    Value

    Specifies the default value for columns.

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

    Values

    Specifies the values in columns or bind the values from sub controls.

    Declaration
    public dynamic Values { get; set; }
    Property Value
    Type Description
    System.Object

    ValueTemplate

    Specifies the template for value field such as slider or any other widgets.

    Declaration
    public RenderFragment<RuleModel> ValueTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<RuleModel>

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved