Skip to main content

PersistentObjectStorage<T>.CustomFieldMappings Property

Gets or sets mappings for custom fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

Type Description
CustomFieldMappingCollectionBase<T>

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

See Also