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

CustomFieldCollection(IPersistentObject) Constructor

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

Namespace: DevExpress.XtraScheduler

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

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