CustomFieldCollection Class
In This Article
A collection of custom fields bound to objects contained in the Scheduler storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public class CustomFieldCollection :
IBatchUpdateable,
IEnumerable,
INotifyPropertyChanged,
ICustomTypeDescriptor
#Related API Members
The following members return CustomFieldCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IPersistent |
Persistent |
|
Win |
Appointment |
ASP. |
Appointment |
#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.
See Also