AppointmentStatusDataStorage Properties
A collection of Scheduler Statuses that specify appointments’ side color stripes.Name | Description |
---|---|
BrushSaving | Gets or sets the type of values stored in the data source field mapped to the StatusMappingInfo.Brush property. |
Count | Returns the number of Statuses stored within this AppointmentStatusDataStorage. |
CustomFieldMappings | Provides access to custom field mappings for Statuses. |
DataMember | Gets or sets the data source field which supplies data to the storage object. |
DataSource | Gets or sets the source from which this AppointmentStatusDataStorage should retrieve Statuses. |
IsDisposed | Returns whether or not this AppointmentStatusDataStorage is disposed. |
Item[Int32] | Provides indexed access to individual items in the appointment collection which can be accessed using the AppointmentStatusDataStorage.Items property. |
Items | Returns the Status collection within the storage. |
Mappings | Gets an object that specifies how Status properties map to the data source fields. |
Storage | Returns the storage that owns this AppointmentStatusDataStorage object. |
See Also