Back to Devexpress

MappingsBase.CustomFieldMappings Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-mappingsbase.md

latest2.1 KB
Original Source

MappingsBase.CustomFieldMappings Property

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

Declaration

csharp
public FreezableBase.FreezableCollectionBase<CustomFieldMapping> CustomFieldMappings { get; }
vb
Public ReadOnly Property CustomFieldMappings As FreezableBase.FreezableCollectionBase(Of CustomFieldMapping)

Property Value

TypeDescription
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

Mappings

MappingsBase Class

MappingsBase Members

DevExpress.Xpf.Scheduling Namespace