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

CustomFieldCollection Class

A collection of custom fields bound to objects contained in the Scheduler storage.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class CustomFieldCollection :
    IBatchUpdateable,
    IEnumerable,
    INotifyPropertyChanged,
    ICustomTypeDescriptor

The following members return CustomFieldCollection objects:

Library Related API Members
Cross-Platform Class Library IPersistentObject.CustomFields
PersistentObject.CustomFields
WinForms Controls AppointmentLabel.CustomFields
ASP.NET Web Forms Controls AppointmentFormTemplateContainerBase.CustomFields

Remarks

The CustomFieldCollection class is a collection that contains custom fields. Use indexers to create collection elements. Individual items can be accessed using indexer notation.

A collection of custom fields is accessible using the PersistentObject.CustomFields property for any object type stored in the Scheduler - Appointment, Resource or AppointmentDependency.

Inheritance

Object
CustomFieldCollection
See Also