MappingsBase.CustomFieldMappings Property
Returns the collection of custom field mappings. A scheduler item stores these custom fields in the CustomFields property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ObservableCollection<CustomFieldMapping> CustomFieldMappings { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CustomFieldMapping> | The collection of custom field mappings. |
See Also