ResourceDataStorage.CustomFieldMappings Property
Provides access to the collection of objects, representing mappings of the resources’ custom properties to appropriate data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
ResourceCustomFieldMappingCollection | A ResourceCustomFieldMappingCollection object. |
Remarks
Refer to the AppointmentDataStorage.CustomFieldMappings topic for an example of custom field creation.
Important
Names of data fields mapped to the ResourceDataStorage properties must be unique.
See Also