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

MappingsBase.CustomFieldMappings Property

Provides access to a collection of custom field mappings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public FreezableBase.FreezableCollectionBase<CustomFieldMapping> CustomFieldMappings { get; }

Property Value

Type Description
DevExpress.Mvvm.Native.FreezableBase.FreezableCollectionBase<CustomFieldMapping>

A DevExpress.Mvvm.Native.FreezableCollectionBase`1<CustomFieldMapping,> object containing mappings for custom fields.

Remarks

The CustomFieldMappings collection contains CustomFieldMapping objects. They store additional information within the scheduler persistent objects to which the custom fields belong, namely, the AppointmentItem, ResourceItem, AppointmentLabelItem and AppointmentStatusItem objects.

See the Mappings topic for more information.

See Also