Class ColumnType
Defines the Column Type.
- StringA string type column.
- NumberA number type column. Primitive types such as int, int?, floar, double, decimal etc. are consider as number type column.
- BooleanA boolean type column.
- DateA date type column. Primitive types such as datetime and datetimeoffset are consider as date type column.
- DateTimeA datetime type column. Primitive types such as datetime and datetimeoffset are consider as date type column.
- CheckBoxEnables checkbox column for selection purpose. No data operation is assosiated with this column.
Inheritance
System.Object
ColumnType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ColumnType : Enum
Fields
Boolean
A boolean type column.
Declaration
public const ColumnType Boolean
Field Value
Type | Description |
---|---|
ColumnType |
CheckBox
Enables checkbox column for selection purpose. No data operation is assosiated with this column.
Declaration
public const ColumnType CheckBox
Field Value
Type | Description |
---|---|
ColumnType |
Date
A date type column. Primitive types such as datetime and datetimeoffset are consider as date type column.
Declaration
public const ColumnType Date
Field Value
Type | Description |
---|---|
ColumnType |
DateTime
A datetime type column. Primitive types such as datetime and datetimeoffset are consider as date type column.
Declaration
public const ColumnType DateTime
Field Value
Type | Description |
---|---|
ColumnType |
None
No column type is specified.
Declaration
public const ColumnType None
Field Value
Type | Description |
---|---|
ColumnType |
Number
A number type column. Primitive types such as int, int?, floar, double, decimal etc. are consider as number type column.
Declaration
public const ColumnType Number
Field Value
Type | Description |
---|---|
ColumnType |
String
A string type column.
Declaration
public const ColumnType String
Field Value
Type | Description |
---|---|
ColumnType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |