Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentDependencyDataStorage Properties

A storage which holds a collection of appointment dependencies.
Name Description
AutoReload Gets or sets whether dependencies are automatically fetched from the data source when it is modified.
Count Retrieves the total number of dependencies stored in this AppointmentDependencyDataStorage.
CustomFieldMappings Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.
DataMember Gets or sets the data source member which supplies data to the storage.
DataSource Gets or sets the object used as the data source to store appointment dependencies.
Filter Gets or set an expression used as a criteria to filter dependencies in the storage.
FilterCriteria Gets or sets the criteria to filter appointment dependencies in the storage.
IsDisposed Determines whether or not this AppointmentDependencyDataStorage is disposed.
Item[Int32] Retrieves an appointment dependency from the AppointmentDependencyDataStorage.Items collection.
Items Provides access to the AppointmentDependency collection owned by this AppointmentDependencyDataStorage.
Mappings Gets 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.
Storage Returns the SchedulerDataStorage that owns this AppointmentDependencyDataStorage.
See Also