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

IPersistentObjectStorage<T>.CustomFieldMappings Property

Provides access to a collection of custom field mappings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

CustomFieldMappingCollectionBase<T> CustomFieldMappings { get; set; }

Property Value

Type Description
CustomFieldMappingCollectionBase<T>

A CustomFieldMappingCollectionBase<T> object containing mappings for custom fields.

See Also