Skip to main content

MappingsBase.CustomFieldMappings Property

Returns the collection of custom field mappings. A scheduler item stores these custom fields in the CustomFields property.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public ObservableCollection<CustomFieldMapping> CustomFieldMappings { get; }

Property Value

Type Description
ObservableCollection<CustomFieldMapping>

The collection of custom field mappings.

See Also