Class ColumnType
Specifies the data type of a column in the Query Builder.
Inheritance
System.Object
ColumnType
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ColumnType : Enum
Remarks
The column type determines which operators and value editors are available for a given field.
Fields
Boolean
Represents a boolean data type (true or false).
Declaration
public const ColumnType Boolean
Field Value
Type |
---|
ColumnType |
Date
Represents a date or date-time data type.
Declaration
public const ColumnType Date
Field Value
Type |
---|
ColumnType |
Number
Represents a numeric data type, such as integer or double.
Declaration
public const ColumnType Number
Field Value
Type |
---|
ColumnType |
Object
Represents a complex object type.
Declaration
public const ColumnType Object
Field Value
Type |
---|
ColumnType |
String
Represents a text-based data type.
Declaration
public const ColumnType String
Field Value
Type |
---|
ColumnType |