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

FieldValueType Enum

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum FieldValueType

Members

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

Related API Members

The following properties accept/return FieldValueType values:

The following code snippets (auto-collected from DevExpress Examples) contain references to the FieldValueType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also