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

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.v19.1.dll

Declaration

public ResourceCustomFieldMappingCollection CustomFieldMappings { get; }

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