IAppointmentStorageBase.CustomFieldMappings Property
In This Article
Gets or sets the custom field mappings collection associated with this IAppointmentStorageBase object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
AppointmentCustomFieldMappingCollection CustomFieldMappings { get; }
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
See Also