Skip to main content

SchedulerCustomFieldMapping.ValueType Property

Gets or sets the value type of a custom field.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public FieldValueType ValueType { get; set; }

#Property Value

Type Description
FieldValueType

A DevExpress.XtraScheduler.FieldValueType enumeration member which specifies the type of a custom field.

#Examples

This example demonstrates how to add a custom field mapping for a non-standard appointment field via the CustomFieldMappings property of the AppointmentStorage object.

See Also