IPersistentObjectStorage<T>.CustomFieldMappings Property
Provides access to a collection of custom field mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
CustomFieldMappingCollectionBase<T> | A CustomFieldMappingCollectionBase<T> object containing mappings for custom fields. |
See Also