Back to Devexpress

AppointmentDependencyDataStorage Properties

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdependencydatastorage-dot-underscore-properties.md

latest3.3 KB
Original Source

AppointmentDependencyDataStorage Properties

A storage which holds a collection of appointment dependencies.

NameDescription
AutoReloadGets or sets whether dependencies are automatically fetched from the data source when it is modified.
CountRetrieves the total number of dependencies stored in this AppointmentDependencyDataStorage.
CustomFieldMappingsProvides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.
DataMemberGets or sets the data source member which supplies data to the storage.
DataSourceGets or sets the object used as the data source to store appointment dependencies.
FilterGets or set an expression used as a criteria to filter dependencies in the storage.
FilterCriteriaGets or sets the criteria to filter appointment dependencies in the storage.
IsDisposedDetermines whether or not this AppointmentDependencyDataStorage is disposed.
Item[Int32]Retrieves an appointment dependency from the AppointmentDependencyDataStorage.Items collection.
ItemsProvides access to the AppointmentDependency collection owned by this AppointmentDependencyDataStorage.
MappingsGets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source.
StorageReturns the SchedulerDataStorage that owns this AppointmentDependencyDataStorage.

See Also

AppointmentDependencyDataStorage Class

AppointmentDependencyDataStorage Members

DevExpress.XtraScheduler Namespace