CustomFieldCollection(IPersistentObject) Constructor
Initializes a new instance of the CustomFieldCollection class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | IPersistentObject | An object that implements the IPersistentObject interface and owns the newly created CustomFieldCollection. |
See Also