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

AppointmentStatusDataStorage.CustomFieldMappings Property

Provides access to custom field mappings for Statuses.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

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