MappingsBase.CustomFieldMappings Property
Provides access to a collection of custom field mappings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: 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