Skip to main content

CustomFieldCollection(IPersistentObject) Constructor

Initializes a new instance of the CustomFieldCollection class with the specified settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public CustomFieldCollection(
    IPersistentObject owner
)

Parameters

Name Type Description
owner IPersistentObject

An object that implements the IPersistentObject interface and owns the newly created CustomFieldCollection.

See Also