Back to Devexpress

ResourceDataStorage Properties

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

latest2.9 KB
Original Source

ResourceDataStorage Properties

A storage that holds appointment resources.

NameDescription
AutoReloadGets or sets whether resources are automatically fetched from the data source when it is modified.
ColorSavingGets or sets a type of format to store the color information.
CountReturns the number of resources stored in this ResourceDataStorage.
CustomFieldMappingsProvides access to the collection of objects, representing mappings of the resources’ custom properties to appropriate 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 resources.
FilterGets or set an expression used as a criteria to filter resources in the storage.
FilterCriteriaGets or sets the criteria to filter resources in the storage.
IsDisposedGets a value indicating whether a storage has been disposed of.
Item[Int32]Provides indexed access to the individual items in the collection which can be accessed via the storage’s ResourceDataStorage.Items property.
ItemsGets the collection of resources within the storage.
MappingsGets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
StorageReturns the storage that owns this ResourceDataStorage.

See Also

ResourceDataStorage Class

ResourceDataStorage Members

DevExpress.XtraScheduler Namespace