Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentDependencyDataStorage.CustomFieldMappings Property

Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public AppointmentDependencyCustomFieldMappingCollection CustomFieldMappings { get; }

#Property Value

Type Description
AppointmentDependencyCustomFieldMappingCollection

An AppointmentDependencyCustomFieldMappingCollection object.

#Remarks

Important

Names of data fields mapped to the AppointmentDependencyDataStorage properties must be unique.

See Also