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. |