Back to Devexpress

ResourceDataStorage.CustomFieldMappings Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcedatastorage-0279b27e.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public ResourceCustomFieldMappingCollection CustomFieldMappings { get; }
vb
Public ReadOnly Property CustomFieldMappings As ResourceCustomFieldMappingCollection

Property Value

TypeDescription
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

CustomFieldMappings

How to: Customize an Appointment Recurrence Form

Custom form, custom fields and custom actions on reminder alert

ResourceDataStorage Class

ResourceDataStorage Members

DevExpress.XtraScheduler Namespace