Back to Devexpress

AppointmentLabelDataStorage Members

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentlabeldatastorage-dot-underscore-members.md

latest8.3 KB
Original Source

AppointmentLabelDataStorage Members

A collection of Scheduler Labels that specify appointments’ background colors.

Constructors

NameDescription
AppointmentLabelDataStorage(SchedulerDataStorage)Initializes a new instance of the AppointmentLabelDataStorage class with the specified settings.

Properties

NameDescription
ColorSavingGets or sets the type of values stored in the data source field mapped to the LabelMappingInfo.Color property.
CountReturns the total number of Labels stored in this AppointmentLabelDataStorage.
CustomFieldMappingsProvides access to custom field mappings for Labels.
DataMemberGets or sets the data source field which supplies data to the storage object.
DataSourceGets or sets the source from which this AppointmentLabelDataStorage should retrieve Labels.
IsDisposedReturns whether or not this AppointmentLabelDataStorage is disposed.
Item[Int32]Provides indexed access to individual items in the appointment collection which can be accessed using the AppointmentLabelDataStorage.Items property.
ItemsReturns the Label collection within the storage.
MappingsGets an object that specifies how Label properties map to the data source fields.
StorageReturns the SchedulerDataStorage that owns this AppointmentLabelDataStorage.

Methods

NameDescription
Add(AppointmentLabel)Adds a specific Label to this AppointmentLabelDataStorage collection.
Add(SchedulerColorId, String, String)Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
Add(Color, String, String)Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
Add(String, String)Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
AddRange(IEnumerable<AppointmentLabel>)Adds a Label collection to this AppointmentLabelDataStorage.
Clear()Removes all AppointmentLabelDataStorage Labels.
Contains(AppointmentLabel)Identifies whether this AppointmentLabelDataStorage contains the required Label.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetColumnNames()Returns data field names that belong to this AppointmentLabelDataStorage‘s data source.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetObjectRow(AppointmentLabel)Returns the data source record (row) associated with the specific Label.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ReloadData()Forces the storage to reload data from the DataSource.
Remove(AppointmentLabel)Removes the specific Label from this AppointmentLabelDataStorage.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

AppointmentLabelDataStorage Class

DevExpress.XtraScheduler Namespace