Back to Devexpress

CustomFieldCollection Class

corelibraries-devexpress-dot-xtrascheduler-2115e660.md

latest3.2 KB
Original Source

CustomFieldCollection Class

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class CustomFieldCollection :
    IBatchUpdateable,
    IEnumerable,
    INotifyPropertyChanged,
    ICustomTypeDescriptor
vb
Public Class CustomFieldCollection
    Implements IBatchUpdateable,
               IEnumerable,
               INotifyPropertyChanged,
               ICustomTypeDescriptor

The following members return CustomFieldCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryIPersistentObject.CustomFields
PersistentObject.CustomFields
WinForms ControlsAppointmentLabel.CustomFields
AppointmentStatus.CustomFields
ASP.NET Web Forms ControlsAppointmentFormTemplateContainerBase.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

CustomFieldCollection Members

Custom Fields

CustomFields

How to: Customize an Appointment Recurrence Form

Custom form, custom fields and custom actions on reminder alert

DevExpress.XtraScheduler Namespace