Skip to main content

AppointmentStatusDataStorage.CustomFieldMappings Property

Provides access to custom field mappings for Statuses.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentStatusCustomFieldMappingCollection CustomFieldMappings { get; }

Property Value

Type Description
DevExpress.XtraScheduler.AppointmentStatusCustomFieldMappingCollection

A DevExpress.XtraScheduler.AppointmentStatusCustomFieldMappingCollection object that stores Statuses’ custom field mappings

See Also