Skip to main content
A newer version of this page is available. .

IGridDataColumn.UnboundType Property

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

GridUnboundColumnType UnboundType { get; set; }

Property Value

Type
GridUnboundColumnType

Available values:

Name Description
Bound

The column is bound to a data field (FieldName). This field specifies the column data type.

Integer

The column contains Int32 values.

Decimal

The column contains Decimal values.

DateTime

The column contains DateTime values.

String

The column contains String values.

Boolean

The column contains Boolean values.

Object

The column contains Object values.

See Also