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

SourceObjectContainer.CustomFields Property

Gets the collection of custom fields bound to the persistent object.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.1.dll

Declaration

public virtual CustomFieldCollection CustomFields { get; }

Property Value

Type Description
CustomFieldCollection

A CustomFieldCollection object representing the collection of the persistent object’s custom fields.

Remarks

Use the CustomFields property to access the custom fields bound to this persistent object (appointment, label, status or resource).

See Also