CustomFieldCollection(IPersistentObject) Constructor
In This Article
Initializes a new instance of the CustomFieldCollection class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public CustomFieldCollection(
IPersistentObject owner
)
#Parameters
Name | Type | Description |
---|---|---|
owner | IPersistent |
An object that implements the IPersistent |
See Also