Skip to main content
A newer version of this page is available. .

AppointmentStorageBase.CustomFieldMappings Property

Gets or sets the custom field mappings collection associated with this AppointmentStorageBase.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public AppointmentCustomFieldMappingCollection CustomFieldMappings { get; set; }

Property Value

Type Description
AppointmentCustomFieldMappingCollection

A AppointmentCustomFieldMappingCollection object that stores custom field mappings.

Implements

See Also