Back to Devexpress

FieldValueType Enum

corelibraries-devexpress-dot-xtrascheduler-556cb9b9.md

latest1.8 KB
Original Source

FieldValueType Enum

Contains values that specify the data type of the mapped data column in the unbound mode.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum FieldValueType
vb
Public Enum FieldValueType

Members

NameDescription
Integer

Indicates that the data column contains integer values (the Int32 type).

| | Decimal |

Indicates that the data column contains decimal values (the Decimal type).

| | DateTime |

Indicates that the data column contains date/time values (the DateTime type).

| | String |

Indicates that the data column contains string values (the String type).

| | Boolean |

Indicates that the mapped data column contains Boolean values (the Boolean type).

| | Object |

Indicates that the data column contains values of any type.

|

The following properties accept/return FieldValueType values:

See Also

DevExpress.XtraScheduler Namespace