Back to Devexpress

AppointmentDataStorage Properties

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

latest4.1 KB
Original Source

AppointmentDataStorage Properties

A storage that holds a collection of appointments.

NameDescription
AutoReloadGets or sets whether persistent object data is automatically fetched from the data source when it is modified.
CommitIdToDataSource
CountReturns the number of appointments stored in this AppointmentDataStorage.
CustomFieldMappingsProvides access to the collection of objects, representing mappings of the appointments’ custom properties to appropriate data fields.
DataMemberGets or sets the data source member which supplies data to the storage object.
DataSourceGets or sets the object used as the data source to store appointments for this AppointmentDataStorage.
FilterGets or set an expression used as a criteria to filter appointments in the storage.
FilterCriteriaGets or sets the criteria to filter appointments in the storage.
IsDisposedReturns whether or not this AppointmentDataStorage is disposed.
Item[Int32]Provides indexed access to individual items in the appointment collection which can be accessed using the AppointmentStorageBase.Items property.
ItemsGets the collection of appointments within the storage.
LabelsProvides access to labels associated with this appointment storage.
MappingsGets an object that specifies how appointment properties map to the data source fields.
ResourceSharingGets or sets a value indicating whether an appointment could be shared between multiple resources.
StatusesProvides access to statuses associated with this appointment storage.
StorageReturns the SchedulerDataStorage that owns this AppointmentDataStorage.
SupportsRecurrenceGets whether the data mapping for appointment recurrence information is specified.
SupportsRemindersGets whether the appointment reminder data mapping is specified.

See Also

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace