Back to Devexpress

IAppointmentStorageBase.CustomFieldMappings Property

corelibraries-devexpress-dot-xtrascheduler-dot-iappointmentstoragebase.md

latest1.7 KB
Original Source

IAppointmentStorageBase.CustomFieldMappings Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
AppointmentCustomFieldMappingCollection CustomFieldMappings { get; }
vb
ReadOnly Property CustomFieldMappings As AppointmentCustomFieldMappingCollection

Property Value

TypeDescription
AppointmentCustomFieldMappingCollection

A AppointmentCustomFieldMappingCollection object that stores custom field mappings.

|

See Also

IAppointmentStorageBase Interface

IAppointmentStorageBase Members

DevExpress.XtraScheduler Namespace