PersistentObjectStorage<T>.CustomFieldMappings Property
Gets or sets mappings for custom fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
CustomFieldMappingCollectionBase<T> | A CustomFieldMappingCollectionBase<T> object containing mappings for custom fields. |
See Also