Blazor

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

    Show / Hide Table of Contents

    Class QueryBuilderColumnValidation

    Defines the validation of Query Builder column.

    Inheritance
    System.Object
    SfBaseComponent
    QueryBuilderColumnValidation
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QueryBuilderColumnValidation : SfBaseComponent

    Constructors

    QueryBuilderColumnValidation()

    Declaration
    public QueryBuilderColumnValidation()

    Properties

    IsRequired

    Specifies whether the value is required or not.

    Declaration
    public bool IsRequired { get; set; }
    Property Value
    Type Description
    System.Boolean

    Max

    Specifies the maximum value in textbox validation.

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

    Min

    Specifies the minimum value in textbox validation.

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

    Methods

    OnInitializedAsync()

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