alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ColumnType

    Specifies the data type of a column in the Query Builder.

    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ColumnType
    Remarks

    The column type determines which operators and value editors are available for a given field.

    Fields

    Name Description
    Boolean

    Represents a boolean data type (true or false).

    Date

    Represents a date or date-time data type.

    Number

    Represents a numeric data type, such as integer or double.

    Object

    Represents a complex object type.

    String

    Represents a text-based data type.

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