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

PersistentObjectStorage<T>.CustomFieldMappings Property

Gets or sets mappings for custom fields.

Namespace: DevExpress.XtraScheduler

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

Declaration

public CustomFieldMappingCollectionBase<T> CustomFieldMappings { get; set; }

Property Value

Type Description
CustomFieldMappingCollectionBase<T>

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

See Also