wpf-devexpress-dot-xpf-dot-scheduling-dot-mappingsbase.md
Provides access to a collection of custom field mappings.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public FreezableBase.FreezableCollectionBase<CustomFieldMapping> CustomFieldMappings { get; }
Public ReadOnly Property CustomFieldMappings As FreezableBase.FreezableCollectionBase(Of CustomFieldMapping)
| Type | Description |
|---|---|
| DevExpress.Mvvm.Native.FreezableBase.FreezableCollectionBase<CustomFieldMapping> |
A DevExpress.Mvvm.Native.FreezableCollectionBase`1<CustomFieldMapping,> object containing mappings for custom fields.
|
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