Class QueryBuilderColumn
Specifies the column for the query builder.
Inherited Members
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public class QueryBuilderColumn : SfDataBoundComponent
Constructors
QueryBuilderColumn()
Declaration
public QueryBuilderColumn()
Properties
Category
Specifies the category for columns.
Declaration
public string Category { get; set; }
Property Value
Type |
---|
System.String |
ChildContent
Specifies the child content for columns.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
ColumnTemplate
Specifies the template for columns.
Declaration
public RenderFragment<RuleModel> ColumnTemplate { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<RuleModel> |
Field
Specifies the fields in columns.
Declaration
public string Field { get; set; }
Property Value
Type |
---|
System.String |
Format
Specifies the date format for columns.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Label
Specifies the labels name in columns.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
Operators
Specifies the operators in columns.
Declaration
public List<OperatorsModel> Operators { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<OperatorsModel> |
Step
Specifies the step value(numeric textbox) for columns.
Declaration
public int Step { get; set; }
Property Value
Type |
---|
System.Int32 |
Type
Specifies the types in columns field.
Declaration
public ColumnType Type { get; set; }
Property Value
Type |
---|
ColumnType |
Value
Specifies the default value for columns.
Declaration
public dynamic Value { get; set; }
Property Value
Type |
---|
System.Object |
Values
Specifies the values in columns or bind the values from sub controls.
Declaration
public dynamic Values { get; set; }
Property Value
Type |
---|
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 |
---|
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()
Specifies the OnInitializedAsync method
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Specifies the OnParametersSetAsync method
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |