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

CustomFieldMappingCollectionBase() Constructor

Initializes a new instance of the CustomFieldMappingCollectionBase<T> class with the default settings.

Namespace: DevExpress.XtraScheduler

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

Declaration

public CustomFieldMappingCollectionBase()

Remarks

The CustomFieldMappingCollectionBase<T> represents the base class for the AppointmentCustomFieldMapping and ResourceCustomFieldMapping classes.

See Also