SchedulerCustomFieldMapping.ValueType Property
In This Article
Gets or sets the value type of a custom field.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A DevExpress. |
#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