DevExpress.XtraScheduler.v22.2.Core
Contains classes which are used to implement the main functionality of the Scheduler.
An interface that defines an appointment in the Scheduler.
Gets or sets whether the current appointment lasts the entire day (or several days).
True, if this is an all-day appointment; otherwise, false.
Copies all settings from the object passed as the parameter to the current object.
A object whose settings are assigned to the current object.
Creates a copy of the current object.
An object which is a copy of the current object.
Creates an exceptional appointment within a chain of recurring appointments.
An value that specifies the type of the exceptional appointment.
A zero-based integer which identifies the index in the chain of recurring appointments at which the new exceptional appointment will be created.
An object which is the newly created exceptional appointment.
Creates a new Reminder for this appointment.
A object that is the reminder for the current appointment.
Removes changed and deleted occurrences for the current pattern appointment.
Gets or sets the text for the appointment’s description.
A value that specifies the appointment’s description.
Gets or sets the duration of the appointment.
A value representing the duration of the appointment.
Gets or sets the end date and time of the appointment.
A value representing the end of the appointment.
Returns an appointment that is an exception in the recurrence series at the specified index.
A integer specifying the index in a recurrence chain.
An object that is the exceptional appointment.
Returns a collection of the changed and deleted occurrences for the current pattern appointment.
An collection which contains the changed and deleted occurrences for the current pattern appointment.
Gets an occurrence at the specified position within a series of recurring appointments.
A zero-based integer which identifies the index of an occurrence in the series of recurring appointments.
An object which is an occurrence at the specified position.
Gets whether changed or deleted occurrences have been created for the current pattern appointment.
true, if changed or deleted occurrences have been created for the current pattern appointment; otherwise, false.
Gets or sets a value that indicates whether one or more reminders are associated with the appointment.
true, if the appointment has at least one reminder; otherwise false.
Gets whether the appointment is base (of the Normal or Pattern type).
True if it’s a base appointment; otherwise, false.
Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).
True, if it’s an exception appointment; otherwise, false.
Gets whether the appointment is an occurrence (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).
True if it’s an occurrence appointment; otherwise, false.
Gets whether the appointment is recurring.
True if the appointment is recurring; otherwise, false.
Gets or sets the integer identifier of the label object associated with the appointment. Obsolete. Use the property instead.
An integer that specifies the unique identifier of the .
Gets or sets the identifier of the label object associated with the appointment.
An object that specifies the unique identifier of the .
Gets or sets the text that specifies a place where the appointment is scheduled.
A value that specifies the appointment’s location.
Gets whether the appointment’s duration is equal to or greater than one day.
true if the appointment lasts one day or more; otherwise, false.
Returns the end of the occurence chain or the original appointment end date. This information allows you to build complex queries in the event handler.
A value that is the end of the appointment.
Returns the beginning of the occurence chain or the original appointment start date. This information allows you to build complex queries in the event handler.
A value that is the end of the appointment.
Gets or sets the value that describes the completion status of a task.
An integer from 0 to 100 indicating the percent of completion for the task. Zero indicates a task that has not yet been started; a value of 100 means that a task has been fully completed.
Gets the index in the recurrence series.
An integer value that is the appointment’s zero-based index within the recurrence series.
Gets information that specifies recurrence rules.
A object that contains information about recurrence rules.
Gets the pattern appointment for the current appointment.
An object that is the pattern appointment or null if the current appointment is not recurring.
Gets a reminder associated with the current appointment (the first reminder in the collection, if there are several reminders).
A object that is a reminder used to provide a notification of a future appointment, the first reminder in the collection, if there are several reminders, or null (Nothing in Visual Basic) if no reminder is associated with the appointment.
Gets a collection of reminders associated with the current appointment.
A object that is a collection of reminders used to provide a notification of a future appointment.
Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled.
A value that specifies the resource’s unique identifier.
Gets a collection of identifiers of all resources associated with the current appointment.
An object which contains resource identifiers.
Replaces an exceptional appointment with the regular occurrence in the recurring series.
Gets whether the appointment’s start and end times are on the same day.
true, if the appointment is scheduled in a single day; false, if the appointment’s start and end times are on different days.
Gets or sets the start date and time of the appointment.
A value that is the start of the appointment.
Gets or sets the integer identifier of the status object associated with the appointment. Obsolete. Use the property instead.
An integer that is the unique identifier of the object.
Gets or sets the unique identifier of the status object associated with the appointment.
An object that is the unique identifier of the object.
Gets or sets the appointment’s subject text.
A value that specifies the text of appointment’s subject.
Gets or sets a time zone identifier for an appointment.
A string that is the time zone identifier specific for .NET.
Gets the type of an appointment.
An enumeration value which specifies the appointment’s type.
A collection of appointments.
Initializes a new instance of the class with the default settings.
Finds all elements with a predicate match and returns them in a list collection.
A predicate method delegate, which returns true if there’s a match and the element is found.
An object containing items that meet the criteria.
Retrieves the collection of appointments that are in the specified time interval.
A object specifying the required time interval.
An object representing the collection of appointments which belong to the specified time interval. Note, that time intervals bounds are excluded in this case.
Retrieves the collection of appointments that are in the specified time interval from the specified collection of appointments sorted by start dates.
An object specifying the collection of appointments sorted by their dates.
A object specifying the required time interval.
An object representing the collection of appointments which belong to the specified time interval. Note, that time intervals bounds are excluded in this case.
Serves as the base class for classes which provide data for certain appointment events with the ability to cancel the operation performed.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified appointment.
An object. This value is assigned to the property.
Gets or sets whether the operation performed on the processed event should be cancelled.
true to cancel the operation performed on the event; otherwise, false.
A collection of appointments.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified scheduler storage.
A object that is the storage for appointments. This value is assigned to the property.
Appends the specified object to the current collection.
An object to append to the collection.
An integer value indicating the position into which the new element was inserted.
Adds a collection of appointments to the end of the collection.
A object which represents the collection of appointments to append to the collection.
Checks if the two specified appointments intersect.
An object which is the first appointment whose time interval is to be checked.
An object which is the second appointment whose time interval is to be checked.
true, if the two appointments intersect; otherwise, false.
Returns the time interval that encompasses occurrences of the specified pattern appointment.
An object that specifies the pattern appointment whose recurrence range is used for calculations.
A object that is the time interval in which recurring appointments are located.
Gets the appointment by its identifier.
An object that is the unique identifier of an appointment.
An object.
Returns a collection of appointments which overlap the specified appointment within the specified time interval and use the same resource.
An object for which any conflicts should be returned.
A object which specifies the observed time interval.
An collection which contains appointments which conflict with the specified appointment.
Obsolete. Always returns false.
False.
Determines whether the appointment is new, so that it is not an occurrence, and the current collection does not contain it.
An object that is the appointment in question.
true, if the appointment isn’t contained in this collection and in its recurrent series; otherwise, false.
Reads the settings of the appointments from the specified stream.
A descendant from which appointments are read. If null (Nothing in Visual Basic), an exception is raised.
Reads the settings of the appointments from the specified XML file.
A value specifying the path to the file from which appointments should be read. If an empty string is specified, an exception is raised.
Provides access to the storage object which holds the appointment collection.
A type class instance.
Saves all the appointments within the collection to the specified stream.
A descendant to which the appointments should be written. If null (Nothing in Visual Basic), an exception is raised.
Saves all the appointments within the collection to an XML file.
A value specifying the path to the file where the appointments should be written. If an empty string is specified, an exception is raised.
Mapping of a custom appointment property to a data field.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified name of the appointment property, member name (the name of the field in the data source) and the field type.
A value that specifies the name of the appointment property. This value is assigned to the property.
A value that specifies the member value of the custom field mapping. This value is assigned to the property.
A enumeration value, representing one of the standard value types.
Initializes a new instance of the class with the specified name of the appointment property and member name (the name of the field in the data source).
A value that specifies the name of the appointment property. This value is assigned to the property.
A value that specifies the member value of the custom field mapping (the name of the field in the database). This value is assigned to the property.
Gets or sets the name of the field in a data source which should be mapped to a custom property of an appointment.
A value which represents the name of the data field to be mapped.
Represents a collection of mappings of the custom properties of appointments to appropriate data fields.
Initializes a new instance of the class with the default settings.
Appends the specified object to the storage’s collection of custom fields mappings.
An object to append to the collection.
An integer value indicating the position at which the new element was inserted.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
An object which represents the custom field mapping at the specified position.
Provides access to individual items in the collection by their names.
A value specifying the name of the custom field to get.
An object which represents the custom field mapping with the specified name.
A dependency established between tasks (Appointment objects) in the Gantt view.
Gets the Id of the dependent appointment.
An object that is the appointmen’s Id.
Gets the Id of the parent appointment.
An object that is the appointmen’s Id.
Gets or sets the type of dependency between parent and dependent appointments.
An enumeration value that is the type of dependency between appointments.
A collection of appoinment dependencies.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A DXCollectionUniquenessProviderType object assigned to the created collection’s property.
Gets appointment dependencies whose dependent appointment has the specified ID.
An object that is the unique identifier of the appointment that is the dependent appointment for all items in the resulting collection.
An object that is the collection of appointment dependencies.
Gets appointment dependencies whose parent appointment has the specified ID.
An object that is the unique identifier of the appointment that is the dependent appointment for all items in the resulting collection.
An object that is the collection of appointment dependencies.
Gets the appointment dependency by identifiers of both the parent and dependent appointment.
An object that is the unique identifier of the parent appointment.
An object that is the unique identifier of the dependent appointment.
An object.
A collection of appointment dependencies.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified storage.
An instance to store the collection.
Reads the settings of the appointment dependencies from the specified stream.
A descendant from which appointments are read. If null (Nothing in Visual Basic), an exception is raised.
Reads the settings of the appointment dependencies from the specified XML file.
A value specifying the path to the file from which appointments should be read. If an empty string is specified, an exception is raised.
Provides access to the storage object for the appointment dependency collection.
A type class instance.
Saves all the appointment dependencies within the collection to the specified stream.
A descendant to which the appointment dependencies should be written. If null (Nothing in Visual Basic), an exception is raised.
Saves all the appointment dependencies within the collection to an XML file.
A value specifying the path to the file where the appointments should be written. If an empty string is specified, an exception is raised.
Specifies mapping of a custom property of an appointment dependency to an appropriate data field.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified name, member and value type.
A value that specifies the name of the custom field. This value is assigned to the property.
A value that specifies the member value of the custom field mapping. This value is assigned to the property.
A enumeration value, representing one of the standard value types.
Initializes a new instance of the class with the specified name and member.
A value that specifies the name of the custom field. This value is assigned to the property.
A value that specifies the member value of the custom field mapping. This value is assigned to the property.
Gets or sets the name of the member in a data source which should be mapped to a specific property.
A value which represents the data member to be mapped.
A collection of mappings of the custom properties of appointments to appropriate data fields.
Initializes a new instance of the class with the default settings.
Appends the specified object to the storage’s collection of custom fields mappings.
An object to append to the collection.
An integer value indicating the position at which the new element was inserted.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
An object which represents the custom field mapping at the specified position.
Provides access to individual items in the collection by their names.
A value specifying the name of the custom field to get.
An object which represents the custom field mapping with the specified name.
Provides information on the mapping of the appointment dependency properties to the appropriate data fields.
Initializes a new instance of the class with the default settings.
Gets or sets the data field which an AppointmentDependency’s DependentId property is bound to.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the AppointmentDependency.DependentId property.
An object that implements the interface to translate the data between the property and the data source field.
Gets an array containing the names of all the object’s properties that have to be bound to corresponding data fields.
An array of strings that are the names of the properties that have to be bound to data.
Gets or sets the data field which an AppointmentDependency’s ParentId property is bound to.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the AppointmentDependency.ParentId property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field which an AppointmentDependency’s Type property is bound to.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the AppointmentDependency.Type property.
An object that implements the interface to translate the data between the property and the data source field.
Specifies when a task should start and end in relation to another task.
Dependent task cannot finish before the Parent task is finished.
A data record for the appointment dependency of this type is shown above. The integer value of the enum is 2.
Dependent task cannot start before the Parent task is finished.
A data record for the appointment dependency of this type is shown above. The integer value of the enum is 0.
Dependent task cannot finish before the Parent task starts.
A data record for the appointment dependency of this type is shown above. The integer value of the enum is 3.
Dependent task cannot start before the Parent task starts.
A data record for the appointment dependency of this type is shown above. The integer value of the enum is 1.
Serves as the base class for classes which provide data for certain appointment events.
Initializes a new instance of the class with the specified appointment.
An object. This value is assigned to the property.
Gets the appointment for which the event was raised.
An object that is the appointment for which the event was raised.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the specified appointment.
An value which is the appointment for which the event was raised. This value is assigned to the property.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the specified appointment.
An object that is the appointment for which the event was raised. This value is assigned to the property.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the specified appointment.
An value that is the appointment for which the event was raised. This value is assigned to the property.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the specified appointment.
An value that is the appointment for which the event was raised. This value is assigned to the property.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Contains mappings of the appointment properties to the appropriate data fields.
Initializes a new instance of the class with the default settings.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Appointment.Id property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets an array containing the names of all the object’s properties that have to be bound to corresponding data fields.
An array of strings that represent the names of the properties that have to be bound to data.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field which an appointment’s property is bound to.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which the or the property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Appointment.Id property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which the property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which an appointment’s property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the property.
An object that implements the interface to translate the data between the property and the data source field.
A collection of resource identifiers.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class and allows you to add default resources to the collection.
true to add the default resource ID (); otherwise, false.
Lists the appointment status types.
This status means that a person is in the office but unavailable to others. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is blue (#FF4A87E2).
This status represents all custom statuses added to the collection. The color fill of appointment status is specified by the AppointmentStatus.Brush property, which is platform-specific.
This status means that a person is in the office and available to others. The status bar is colored white.
This status means that a person is out of the office and unavailable to others. The status bar color is close to purple (#FF800080).
This status means that a person is in the office and tentatively available to others. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is blue (#FF4A87E2). The color pattern has white diagonal stripes (the System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal type).
This status means that a person is not in the office but is readily available for business contacts. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is light violet (#FF937BD1). The pattern is 75 percent hatch (System.Drawing.Drawing2D.HatchStyle.Percent75) with the white foreground.
Provides data for the event.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified appointment.
An object that is the appointment for which the event was raised. This value is assigned to the property.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified appointment.
An object that is the appointment for which the event was raised. This value is assigned to the property.
Specifies what type of synchronization operation should be performed.
A enumeration value.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Lists the types of appointment.
Represents a recurring appointment, which was changed and now doesn’t satisfy the pattern of the recurring series.
Represents a recurring appointment which was deleted from the series of other recurring appointments of the same pattern.
Represents a standard (non-recurring) appointment.
Represents a recurring appointment whose pattern appointment is specified via the property.
Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the property.
Provides data for the and events.
Initializes a new instance of the class with the specified settings.
A enumeration value that specifies the way in which the list changed. This value is assigned to the property.
An integer value that specifies the new index of the item in the list. This value is assigned to the property.
An integer value that specifies the old index of the item in the list. This value is assigned to the property.
Gets or sets whether the operation performed on the processed event should be canceled.
true to cancel the operation performed on the event; otherwise, false.
Represents a method that will handle the and events.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Lists the allowed color representation formats.
Stores the color setting in ARGB format.
Stores the color setting as a system defined color .
Stores the color setting in OLE_COLOR format.
Contains classes used for backward compatibility with code written for earlier versions of the Scheduler and Calendar Suite.
Allows creating an appointment object if the instance is not available.
Creates an appointment of the specified type with the specified start time, end time and a subject.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment end - the value of the property.
A string that is the appointment’s subject - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start and end time.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment end - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start time, duration and a subject.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment duration - the value of the property.
A string that is the appointment’s subject - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start time and duration.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment duration - the value of the property.
A newly created object.
Creates an appointment of the specified type.
An enumeration value specifying the type of the created appointment.
A newly created object.
A collection of custom fields bound to objects contained in the Scheduler storage.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
An object that implements the IPersistentObject interface and owns the newly created .
Adds a custom field to the collection. For internal use. Use indexer instead.
A CustomField object.
Locks the , preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called.
Unlocks the object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Removes all items from the collection.
Gets the number of elements contained in a collection.
An integer representing the number of elements in a collection.
Unlocks the object after a call to the BeginUpdate method and causes an immediate visual update.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator <T> object that can be used to iterate through the collection.
Gets whether the collection has been locked for updating.
true if the collection is locked; otherwise, false.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
A which represents the value of the custom field at the specified position.
Gets the value stored for the custom field specified by the custom field name.
A value specifying the name of the custom field to get.
A which represents the value of the custom field with the specified name.
Occurs when a property value of any custom field in the collection changes.
Removes the CustomFieldCollection item at the specified index.
The zero-based index of the item to remove.
Serves as the base class for classes that provide mapping of the custom properties of persistent objects (appointments or resources) to appropriate data fields.
The type of this custom field mapping object.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the member in a datasource which should be mapped to a specific property.
A value which represents the data member to be mapped.
Gets or sets the name of the property which should be mapped to a specific member in a datasource.
A value which represents the property name to be mapped.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets the type of this custom field mapping object.
A System.Type which represents the type of this custom field mapping object.
Gets or sets the value type of a custom field.
A enumeration member, specifying the type of a custom field.
Serves as the base class for classes that represent collections of custom mappings of the properties of persistent objects (appointments or resources).
The type of this custom field mapping object.
Initializes a new instance of the class with the default settings.
Adds the specified object to the current collection.
A DevExpress.XtraScheduler.CustomFieldMappingBase object to append to the collection.
An integer value indicating the position of the element.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
A object which represents the custom field mapping at the specified position.
Provides indexed access to individual items in the collection by their names.
A value specifying the name of the custom field to get.
A object which represents the custom field mapping with the specified name.
Lists modes which affect how the Start and End appointment values are stored in the data source.
Do not convert Start and End appointment values before storing them in the data source.
Convert Start and End appointment values to the time zone of the SchedulerControl before storing them in the data source.
Convert Start and End appointment values to UTC before storing them in the data source.
Contains time intervals of a fixed one day duration.
Initializes a new instance of the class with the default settings.
Lists the types of behavior that can be set to the reminder if it falls in the Daylight Saving Time shift - a non-existing time interval on the Daylight Saving Time start date, usually between 2:00:00 and 2:59:59 AM.
If the appointment start time or the projected alert time falls into a non-existing time interval, the alert is triggered at the end of the Daylight Saving Time shift. Unlike the AlertAfterDstShift value, the alert time is not recalculated if the appointment start time falls in the DST shift and the alert is always triggered at the end of the DST shift.
Unlike the Alert value, the AlertAfterDstShift calculates the alert time using the reminder time before the actual start of the appointment. If the calculated alert time falls into a non-existing time interval, the alert is triggered at the end of the Daylight Saving Time shift.
Dismisses the reminder.
Triggers the reminder at the specified time before the event.
Provides a static method to obtain the identifier of an empty resource.
Gets the ID for the empty resource.
An object that is the empty resource identifier.
Contains classes which are used to implement data synchronization with other scheduling applications (for instance, MS Outlook).
Base class for classes that provide functionality for importing and exporting appointments.
Occurs before an Appointment Exchanger retrieves information about a foreign ID of an appointment, i.e. its identifier in a third-party scheduler application (for instance, MS Outlook) with which the appointment data are exchanged.
Indicates that the export/import process was terminated.
true if an attempt to execute Import (Export) methods was terminated; otherwise, false.
Occurs if an exception is raised during the export/import process.
Gets the number of objects (appointments) that will take part in an exchange procedure.
An integer, representing the number of objects for exchange.
Gets the storage with which the current appointment exchanger is synchronized.
A object for this appointment exchanger.
Unconditionally stops the export/import process, so no data are loaded.
Represents the appointments exporter which exports the appointments data from the Scheduler to another scheduler application (for instance, MS Outlook).
Occurs after an Appointment Exporter exports an appointment to iCalendar file or to MS Outlook Calendar storage.
Occurs before an class or its descendant exports an appointment to iCalendar file or to MS Outlook Calendar storage.
Exports appointments to the specified stream.
A object which represents the stream the appointments will be exported to.
Exports appointments to the specified file.
A string that represents a file path to which the appointments will be exported.
Serves as a base class that implements appointment synchronization for export scenarios.
Represents the appointments importer which loads the appointments data from a scheduler application (for instance, MS Outlook) to the Scheduler.
Occurs after an object of or derived class imports an appointment from iCalendar file or MS Outlook Calendar storage.
Occurs before an class descendant imports an appointment from iCalendar file or from MS Outlook Calendar storage.
Imports appointments from the specified stream.
A object which represents the stream the appointments will be imported from.
Imports appointments from the specified file.
A string, representing a file path from where the appointments will be imported.
Serves as a base class that implements appointment synchronization for import scenarios.
Serves as the base class for classes that provide functionality for synchronizing the appointments contained in the XtraScheduler storage and another scheduling application.
Fires after the synchronization of appointments is complete.
Allows you to cancel the synchronization process for an appointment.
Gets or sets the field name that contains the Foreign ID in the third-party scheduling application (MS Outook) database with which appointment data is exchanged.
A representing the name of the field containing the Foreign Id.
Executes the appointment synchronization process.
Provides data for the event.
Initializes a new instance of the class with the specified settings.
An value that is the appointment for which an event is raised. This value is assigned to the property.
Gets or sets the foreign appointment Id, that is the appointment identifier in the database of the third-party scheduler application (for instance, MS Outlook) with which appointment data is exchanged.
A which represents the appointment Id value.
Represents a method that will handle the event.
The event source.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the specified settings.
A object representing the original exception thrown.
Gets or sets whether an event was handled. If it was handled, the exception is not propagated.
true if an exception is propagated; otherwise, false.
Provides access to a .NET exception which originated this event.
A object representing the original exception thrown.
Represents a method that will handle the events associated with the event.
The event source. This parameter identifies the which raised the event.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the class with the specified time interval.
A value which represents the time interval for which the appointments are requested.
Gets or sets whether the appointments collection should be reloaded after handling the event.
true to reload the appointments collection; otherwise, false.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Contains values that specify the data type of the mapped data column in the unbound mode.
Indicates that the mapped data column contains Boolean values (the type).
Indicates that the data column contains date/time values (the type).
Indicates that the data column contains decimal values (the type).
Indicates that the data column contains integer values (the type).
Indicates that the data column contains values of any type.
Indicates that the data column contains string values (the type).
Lists the days which can be used to specify the first day of the week.
The calendar week will start with Friday.
The calendar week will start with Monday.
The calendar week will start with Saturday.
The calendar week will start with Sunday.
The start day of the week will be obtained from the regional settings of the operating system.
The calendar week will start with Thursday.
The calendar week will start with Tuesday.
The calendar week will start with Wednesday.
A base class for collections which contain time intervals of the fixed duration (day or week).
Provides methods for creating appointment dependencies.
Creates a dependency of the specified type between two appointments specified by their IDs.
An object that is the ID of the parent appointment.
An object that is the ID of the dependent appointment.
A enumeration specifying the type of the dependency link.
An object.
Creates a dependency between two appointments specified by their Ids.
An object that is the ID of the parent appointment.
An object that is the ID of the dependent appointment.
An object.
An interface of a storage which holds a collection of appointment dependencies.
Adds the specified appointment dependency object to the storage.
An object to add to the storage.
An integer value indicating the position at which the new element was inserted.
Appends an array of appointment dependencies to the storage.
An array of objects to append to the collection.
Creates a dependency of the specified type between two appointments specified by their IDs.
An object that is the ID of the parent appointment.
An object that is the ID of the dependent appointment.
A enumeration specifying the type of the dependency link.
An object.
Creates a dependency between two appointments specified by their Ids.
An object that is the Id of the parent appointment.
An object that is the Id of the dependent appointment.
An object.
Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.
An object.
Loads appointment dependencies from the stream in XML format to the resource storage.
A descendant from which appointment dependencies are loaded. If null (Nothing in Visual Basic), an exception is raised.
Loads appointment dependencies from the specified file in XML format to the storage.
A value specifying the path to the file from which appointment dependencies should be loaded. If an empty string is specified, an exception is raised.
Gets an object that specifies how persistent resource properties map to the data source fields.
An object that provides information on the mapping of the appointment dependency properties to the data fields.
Removes an appointment dependency from the storage.
An object that is the appointment to remove.
Saves appointment dependencies from the storage to the specified stream.
A descendant to which appointment dependency information is written. If null (Nothing in Visual Basic), an exception is raised.
Saves appointment dependencies from the storage to a file in XML format.
A value specifying the path to the file. If an empty string is specified, an exception is raised.
Assigns the specified factory to the appointment dependency storage.
An object implementing the interface which specifies the new appointment dependency factory for the storage.
Provides methods for creating appointments.
Creates an object with the interface.
A enumeration member specifying the appointment type.
An object which implements the interface.
Platform-independent interface that defines the appointment label.
Gets or sets an ARGB value of the label color.
An integer that is the ARGB color value.
Gets or sets the color of the appointment label by its name.
A string that is the name of the predefined color (listed in the enumeration) or the ARGB value prefixed with 0x.
An interface that defines a storage which holds appointment labels.
Creates a new label with the specified name, identifier and menu caption.
A that is the unique label identifier used in the property.
A string that is the name of a label to use in appointment label editors.
A string used as a caption in context menu for changing the appointment label.
An object that is a new label.
Creates a new label with the specified name and identifier.
A that is the unique label identifier used in the property.
A string that is the name of a label to use in appointment label editors.
An object that is a new label.
Creates a new label with the specified name.
A string that is the name of a label to use in appointment label editors.
An object that is a new label.
Platform-independent interface that defines appointment statuses.
Gets or sets the type of the current appointment status.
An enumeration value that is the type of the appointment status.
An interface that defines a storage which holds appointment statuses.
Creates a new status with the specified name, identifier and menu caption.
A that is the unique status identifier used in the property.
A string that is the name of a status to use in appointment status editors.
A string that is the name of a status to use as the menu caption.
An object that is a new status.
Creates a new status with the specified name and identifier.
A that is the unique status identifier used in the property.
A string that is the name of a status to use in appointment status editors.
An object that is a new status.
Creates a new status with the specified name.
A string that is the name of a status to use in appointment status editors.
An object that is a new status.
Obtain a status by its type.
A enumeration member that is the status type.
An object that is the appointment status.
A platform-independent base interface that defines a storage which holds appointments.
Appends the specified object to the storage’s collection.
An object to append to the collection.
An integer value indicating the position at which the new appointment was inserted.
Appends an array of appointments to the storage.
An array of objects to append to the storage’s collection.
Determines whether the storage contains the specified appointment.
An object to locate in the collection.
True, if the storage’s collection contains the specified appointment; otherwise, false.
Creates an appointment of the specified type with the specified start time, end time and a subject.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment end - the value of the property.
A string that is the appointment’s subject - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start and end time.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment end - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start time, duration and a subject.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment duration - the value of the property.
A string that is the appointment’s subject - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start time and duration.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment duration - the value of the property.
A newly created object.
Creates a new appointment of the specified type.
An enumeration member specifying the appointment type.
An object that is the new appointment.
Gets or sets the custom field mappings collection associated with this object.
A object that stores custom field mappings.
Gets the appointment by its identifier.
An object that is the unique identifier of an appointment, accessible using the Appointment.Id property.
An object.
Determines whether the appointment is new, so that it is not an occurrence, and the current does not contain it.
An object that is the appointment in question.
true, if the appointment isn’t contained in this storage and in recurrent series of appointments in the storage; otherwise, false.
Provides access to the storage containing appointment label objects.
An object that is the storage for appointment labels.
Fires when a problem occurs in appointment loading to the storage from an external data source.
Loads settings of appointments from the specified stream to the appointment storage.
A descendant from which appointments are loaded. If null (Nothing in Visual Basic), an exception is raised.
Loads settings of appointments from the specified XML file to the appointment storage.
A value specifying the path to the file from which appointments should be loaded. If an empty string is specified, an exception is raised.
Provides access to appointment mappings.
An object that provides information on the mapping of the appointment properties to data fields.
Removes the specified object from the storage.
An object that is the appointment to remove.
Gets or sets a value indicating whether an appointment can be associated with multiple resources.
true, if the resource sharing is enabled; otherwise, false.
Saves appointments from the storage to the specified stream.
A descendant to which appointment information is written. If null (Nothing in Visual Basic), an exception is raised.
Saves appointments from the storage to a file in XML format.
A value specifying the path to the file with appointment information. If an empty string is specified, an exception is raised.
Assigns the specified appointment factory to the appointment storage.
An object implementing the interface which specifies the new appointment factory for the storage.
Provides access to the storage containing appointment status objects.
An object that is the storage for appointment statuses.
An interface that defines a method to supply an object identifier. Implemented in Scheduler objects which have identifiers (almost all persistent and user interface objects).
Sets the identifier property of an object to the specified value.
An object that is the identifier.
A base interface for the Scheduler persistent objects (appointments, resources, appointment dependencies).
Copies all properties of the object passed as the parameter to the current object.
An object whose settings are assigned to the current object.
Gets the collection of custom fields bound to the persistent object.
A object representing the collection of the persistent object’s custom fields.
Deletes the persistent object from the storage or collection.
Provides access to the data record for the persistent object.
A instance that provides an object with data.
A data row object that contains current object data. (( instance if Microsoft OLE DB provider is used to connect the Scheduler to the data source).
Returns the data object that is bound to the current persistent object.
A object that represents the storage control which owns the persistent object.
A that is the data source object which is bound to the persistent object.
Obtains the value of the data field in the record bound to the current , supplied by the specified storage object.
A class instance that stores the data.
A , that is the name of the data field.
A , that is the field contents.
Gets the object’s identifier.
An object that is the identifier of the instance.
Gets a value indicating whether a persistent object has been disposed of.
true, if the persistent object has been disposed of; otherwise, false.
Gets or sets a value that identifies the data row bound to the persistent object.
The handle (identifier) of the data row in the data source.
Performs a transaction to change the value of the field in the data record bound to the persistent object.
A instance that stores data for the object.
A , that is the name of the data field.
A , that is the new field value.
Base interface that defines a storage which holds persistent objects.
Clears existing base mappings and appends the specified mappings.
A object, containing base mappings.
Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.
true if automatic data loading and reloading is enabled; otherwise, false.
Locks the object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
Creates the custom fields specific to this persistent object and adds them to the object’s custom fields collection.
A for which to create custom fields.
Provides access to a collection of custom field mappings.
A object containing mappings for custom fields.
Gets or sets the data source member which supplies data to the storage object.
A value specifying the data source member.
Gets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies).
An that represents the storage’s data source.
Gets or sets a string used to filter storage objects.
A string containing a logical expression.
Gets or sets the criteria to filter persistent objects in the storage.
A object which is the filter criteria.
Gets the names of data columns associated with this object.
A object.
Returns the data row object that contains information about the specified persistent object.
A descendant.
A that is the data source object (or the data row) containing information about the persistent object.
Obtains the value of the specified field in the data row that contains information about the specified persistent object.
A descendant for which the content of the source object’s data field is obtained.
A value which specifies the name of the data field in the source object.
A which is the data field value.
Gets the collection of persistent objects within the storage.
A object that contains a collection of persistent objects.
Provides access to property mappings.
A object that provides information on the mapping of the object properties to data fields.
Assigns the specified value to a field in the data row that contains information about the specified persistent object.
A descendant.
A value which specifies the name of the data field.
A which specifies the data field’s value.
Provides access to the base storage component which holds persistent objects of any kind.
An object that is the storage component for all persistent objects.
Checks mapped data source fields and mappings for availability and duplicates.
A base interface that defines recurrence information.
This property is obsolete and remains for backward compatibility.
Always false.
Copies the settings from the object passed as a parameter and assigns the same id if required.
A object whose settings are assigned to the current object.
True, to assign the ID of the specified object to the current object; otherwise, false.
Copies all the settings from the object passed as a parameter.
A object whose settings are assigned to the current object.
Gets or sets the ordinal number of a day within a defined month.
A positive integer value that specifies the day number within a month. The default value is 1.
Gets or sets the duration of the interval in which recurrences occur.
A value that specifies the duration of the recurrence.
Gets or sets the end date of the interval in which recurrences occur.
A value that specifies the end date for the recurrence.
Gets or sets the day which will be the first day of the week used for calculating occurrences.
A enumeration value specifying the start day of the week
Reconstructs the recurrence information from a string in XML format.
A value that is the string containing recurrence information in XML format.
Gets the recurrence info identifier.
An object that is the identifier of the recurrence info instance.
Gets or sets the month on which the appointment occurs.
A positive integer value that specifies the month number. The default value is 1.
Gets or sets how many times the appointment occurs.
An integer value that specifies the number of occurrences.
Gets or sets the frequency with which the corresponding appointment occurs, with respect to the property.
An integer value that specifies the frequency with which the corresponding appointment occurs.
Gets or sets the type of the recurrence range.
A enumeration value that specifies the recurrence’s range type.
Resets all recurrence information fields to their default values according to the specified recurrence type.
A enumeration value which specifies the recurrence type.
Gets or sets the recurrence’s start date.
A value that specifies the start date for the recurrence.
Gets or sets the time zone identifier of the recurrence pattern.
A string that is the key string identifier allowed for the System.TimeZoneInfo.Id property.
Creates an XML encoding of the recurrence information.
A value that represents an XML encoding of the recurrence information object.
Gets or sets the time base for the frequency of the appointment occurrences.
A enumeration value that specifies the recurrence frequency type.
Gets or sets the day/days in a week on which the appointment occurs.
The enumeration’s value specifying the day/days in a week.
Gets or sets the occurrence number of the week in a month for the recurrence pattern.
A enumeration value that specifies a week in every month.
Provides methods for creating resources.
Creates a new resource.
A object.
A base interface that defines a storage which holds resources for appointments.
Appends the specified object to the collection of resources in the storage.
A object to append to the collection.
An integer value indicating the position into which the new element was inserted.
Appends an array of resources to the storage.
An array of objects to append to the collection.
Gets or sets a type of format to store the color information.
A enumeration value, indicating the type in which the color is stored.
Determines whether the storage contains the specified resource.
A object to locate in the storage.
true if the storage contains the specified resource; otherwise, false.
Creates a new resource with the specified ID and caption.
An object, that is a unique resource identifier.
A string that is displayed as resource’s caption.
A object.
Creates a new resource with the specified ID.
An object that is a unique resource identifier.
A object.
Gets a resource from the collection by its ID value.
A which is a unique resource identifier.
A object whose is equal to the specified resource ID. If no resource with the specified ID is found, then the empty resource (a resource with ID equal to value) will be returned.
Loads resources from the stream in XML format to the resource storage.
A descendant from which resources are loaded. If null (Nothing in Visual Basic), an exception is raised.
Loads resources from the specified file in XML format to the resource storage.
A value specifying the path to the file from which resources should be loaded. If an empty string is specified, an exception is raised.
Gets an object that specifies how persistent resource properties map to the data source fields.
An object that provides information on the mapping of the resource properties to the data fields.
Removes the specified resource from the storage.
A object that is the resource to be removed.
Saves resources from the resource storage to the specified stream in XML format.
A descendant to which resources should be written. If null (Nothing in Visual Basic), an exception is raised.
Saves resources from the resource storage to a file in XML format.
A value specifying the path to the file. If an empty string is specified, an exception is raised.
Assigns the specified resource factory to the .
An object, implementing the IResourceFactory interface, which specifies the new resource factory for the storage.
Enables you to apply custom logic to a mapping.
Converts a value.
The value produced by the conversion source.
The type to convert to.
A conversion context used by a converter, such as the .
The converted value.
Converts a value.
The value produced by the conversion source.
The type to convert to.
A conversion context used by a converter, such as the instance.
The converted value.
A base platform-independent interface that defines a storage which holds the Scheduler data.
Fires before an appointment’s property changes.
Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.
Fires after the appointment collection has been cleared.
Fires after appointments have been loaded into the storage.
Allows you to cancel an appointment deletion.
Gets a storage object which manages dependencies between appointments.
An object exposing the interface that manages information on appointment dependencies for the scheduler.
Fires when the properties of the appointment dependency have been changed.
Fires after deletion of one or several appointment dependencies.
Fires after one or several appointment dependencies have been added to the storage.
Fires when the appointment dependency type is changing.
Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded.
Fires after the appointment dependency collection has been cleared.
Fires after appointment dependencies have been loaded into the storage.
Allows you to cancel the deletion of an appointment dependency.
Allows you to cancel the insertion of an appointment dependency to the storage.
Allows you to cancel the insertion of an appointment.
Gets a storage object that contains appointments.
An object that is the storage for appointments.
Fires when the appointments’ properties have been changed.
Fires after deletion of one or several appointments.
Fires after one or several appointments have been added to the collection.
Creates an appointment of the specified type with the specified start time, end time and a subject.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start and end time.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A object specifying the appointment start - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start time, duration and a subject.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A newly created object.
Creates an appointment of the specified type with the specified start time and duration.
An enumeration value specifying the type of the created appointment.
A object specifying the appointment start - the value of the property.
A newly created object.
Creates an appointment of the specified type.
An enumeration value specifying the type of the created appointment.
An object which is an appointment of the specified type.
Creates a dependency of the specified type between two appointments specified by their IDs.
An object that is the ID of the parent appointment.
An object that is the ID of the dependent appointment.
An object.
Creates a dependency between two appointments specified by their Ids.
An object that is the ID of the parent appointment.
An object that is the ID of the dependent appointment.
An object.
Creates an object which provides the capability to control how data is exported to MS Outlook’s Calendar.
An object which can export data to MS Outlook’s Calendar.
Creates an object which allows you to control how MS Outlook’s Calendar is synchronized with data in the storage.
An object which allows MS Outlook’s Calendar to be synchronized with the data in storage.
Creates an object which allows you to control how data is imported from MS Outlook’s Calendar.
An object which can import data from MS Outlook’s Calendar.
Creates an object which allows you to control how data in the storage is synchronized with data in MS Outlook’s Calendar.
An object which can synchronize data in the storage with data in MS Outlook’s Calendar.
Creates a reminder for the specified appointment.
An object that us the appointment for which a reminder is created.
A object that is the reminder for an appointment.
Creates a new resource with the specified ID and a caption.
An object that is the unique resource identifier.
A string that is the resource caption accessible using the property.
A object.
Creates a resource for appointments.
An object, that is a unique resource identifier.
A object.
Gets or sets in what time zone to store the appointment dates.
A enumeration member that specifies a conversion required before storing the DateTime value.
Gets or sets whether appointments can have associated reminders.
true to enable reminders; otherwise, false.
Gets or sets whether restrictive internal criteria for raising the event are applied to reduce the number of data requests.
True to use more restrictive internal criteria for determining whether to raise the FetchAppointments event; otherwise, false.
Gets or sets whether the scheduler saves the appointment time zone information.
True, to save the appointment time zone information; otherwise, false.
Exports appointments in the scheduler to a stream in the iCalendar format.
A object which specifies the stream into which the scheduler’s data will be exported.
Saves all appointments to file in iCalendar format.
A string that represents a file path to which the appointments will be exported.
Exports the data in the storage to the MS Outlook calendar.
Exports the data in the scheduler to a stream in the vCalendar format.
A object which specifies the stream into which the scheduler’s data will be exported.
Exports the data in the scheduler to a file in the vCalendar format.
A , containing the full path (including the file name and extension) of the file to which the scheduler’s data will be exported.
Occurs before the starts retrieving the appointments for the specified time interval.
Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.
True to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false.
Hides specific appointments in the Scheduler control.
Hides specific appointment dependencies in the Gantt view.
Enables you to fire alerts only for specific reminders.
Hides specific resources in the Scheduler control.
Retrieves the collection of appointments that fall within the specified time interval.
A object which contains the required time interval.
An collection of appointments which belong to the specified time interval.
Retrieves the collection of appointments that fall within the specified time intervals.
A object which contains the required time intervals.
An collection of appointments which belong to the specified time intervals.
Retrieves the collection of appointments that fall within the specified time interval.
A System.DateTime value that specifies the start time of the required time interval.
A System.DateTime value that specifies the end time of the required time interval.
An collection of appointments which belong to the specified time interval.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Returns the data row object which supplies data to the specified persistent object.
An object exposed by the interface. It can be the Scheduler persistent object (an appointment, resource or appointment dependency).
A which is the source data object (or the data row), providing data for the persistent object.
Gets the value of the specified field in the data row that supplies data for the persistent object.
An object exposing the interface (persistent object, such as an appointment or resource).
A which specifies the name of the data field.
A which is the value of the data field.
Gets a resource contained in the storage by its ID value.
A which is the resource ID.
A object whose is equal to the specified resource ID. If no resource with the specified ID is found, then the empty resource (a resource with ID equal to the value) will be returned.
Imports appointments from the file in iCalendar format.
A object which specifies the stream from which the appointment data is imported.
Imports appointments from the file in iCalendar format.
A string that represents a file path from which the appointments will be imported.
Imports data from MS Outlook’s Calendar to the scheduler’s storage.
Imports the scheduler’s data from a stream whose data is in the vCalendar format.
A object which specifies the stream that contains the data to import to the scheduler.
Imports data into the scheduler from a file in the vCalendar format.
A , containing the full path of the file from which the data will be loaded.
Updates the Scheduler control to reflect any changes made in the persistent object data sources.
Occurs when a reminder alert is invoked.
Gets or sets the reminder’s behavior if the reminder alert falls within the interval that actually doesn’t exist because of the Daylight Saving Time shift.
A enumeration value that specifies at what time the alert is triggered.
Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds).
An integer value which represents the time interval between checks of the reminder’s alert.
Gets whether the reminders are enabled.
true if the reminders are enabled; otherwise, false.
Fires when a resource’s property is about to be changed.
Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled.
Fires after the resource collection has been cleared.
Fires after resources have been loaded into the storage.
Allows canceling the deletion of a resource.
Allows you to cancel the addition of a resource.
Gets the object which manages resources for appointments.
A object which manages resources for appointments.
Occurs after modifying resource(s) in the storage.
Occurs after a resource(s) is deleted.
Gets or sets a value indicating whether an appointment can be associated with multiple resources.
true if resource sharing is enabled; otherwise, false.
Occurs when new resources are inserted into the scheduler storage.
Specifies the appointment dependency factory for use by the storage.
An object which specifies the new appointment dependency factory for the scheduler storage.
Specifies the appointment factory for use by the storage.
An object implementing the interface which specifies the new appointment factory for the scheduler storage.
Assigns the specified value to a field in the data row that contains information about the specified persistent object.
A class descendant which is the persistent object (, or object).
A value which specifies the name of the required data field.
A which specifies the required data field’s value.
Specifies the resource factory for use by the storage.
An object implementing the interface which specifies the new resource factory for the scheduler storage.
Gets whether the scheduler storage can have recurrence information.
True if the scheduler storage can contain appointment recurrence information; otherwise, false.
Gets whether the scheduler storage can have reminder data.
True if the scheduler storage can contain reminder data; otherwise, false.
Updates MS Outlook’s Calendar entries with appointments from the Scheduler storage.
A that is the name of the data field which contains the Outlook Entry ID value.
Updates Scheduler appointments with MS Outlook’s Calendar entries.
A that is the name of the data field which contains the Outlook Entry ID value.
Gets or sets the time zone in which the storage operates.
A string that identifies a time zone available in the system (one of the System.TimeZoneInfo.Id values).
Gets a value indicating if the scheduler storage is bound to data.
true if the storage isn’t bound to data; otherwise, false.
Contains classes that help to adapt the Scheduler UI to different languages.
Provides localized strings for the Scheduler user interface elements.
Initializes a new instance of the class with the default settings.
Gets or sets a localizer object providing localization of the user interface at runtime.
An descendant, used to localize the user interface at runtime.
Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).
An object representing resources based on the thread’s culture.
Returns a localizer object which provides resources based on the thread’s language and regional settings (culture).
A object which provides resources based on the thread’s culture.
Returns a localized string for the specified string identifier.
A enumeration value identifying the string to localize.
A corresponding to the specified identifier.
Lists values of localizable strings.
Abbreviation used in the resulting strings of the and methods.
Default Value: “day”
Abbreviation used in the resulting strings of the and methods.
Default Value: “days”
Abbreviation used in the resulting string of the method.
Default Value: “d”
Abbreviation used in the resulting strings of the and methods.
Default Value: “hour”
Abbreviation used in the resulting strings of the and methods.
Default Value: “hours”
Abbreviation used in the resulting strings of the and methods.
Default Value: “h”
Abbreviation used in the resulting strings of the and methods.
Default Value: “minute”
Abbreviation used in the resulting strings of the and methods.
Default Value: “minutes”
Abbreviation used in the resulting strings of the and methods.
Default Value: “m”
Abbreviation used in the resulting strings of the and methods.
Default Value: “min”
Abbreviation used in the resulting strings of the and methods.
Default Value: “month”
Abbreviation used in the resulting strings of the and methods.
Default Value: “months”
Abbreviation used in the resulting strings of the and methods.
Default Value: “week”
Abbreviation used in the resulting strings of the and methods.
Default Value: “weeks”
Abbreviation used in the resulting strings of the and methods.
Default Value: “w”
Abbreviation used in the resulting strings of the and methods.
Default Value: “year”
Abbreviation used in the resulting strings of the and methods.
Default Value: “years”
Format string used to display text in the appointment which spans beyond the visible interval.
Default Value: “To {0}”
Format string used to display text in the appointment which spans beyond the visible interval.
Default Value: “From {0}”
The Anniversary appointment label caption in the Appointment Editor
Default Value: “Anniversary”
The Birthday appointment label caption in the Appointment Editor
Default Value: “Birthday”
The Business appointment label caption in the Appointment Editor
Default Value: “Business”
The Important appointment label caption in the Appointment Editor
Default Value: “Important”
The Must Attend appointment label caption in the Appointment Editor
Default Value: “Must Attend”
The Needs Preparation appointment label caption in the Appointment Editor
Default Value: “Needs Preparation”
The appointment without label caption in the Appointment Editor
Default Value: “None”
The Personal appointment label caption in the Appointment Editor
Default Value: “Personal”
The Phone Call appointment label caption in the Appointment Editor
Default Value: “Phone Call”
The Travel Required appointment label caption in the Appointment Editor
Default Value: “Travel Required”
The Vacation appointment label caption in the Appointment Editor
Default Value: “Vacation”
The text which identifies a with a 10 minute time span.
Default Value: “10 Minutes”
A text which identifies a with a 15 minute time span.
Default Value: “15 Minutes”
A text which identifies a with a 20 minute time span.
Default Value: “20 Minutes”
A text which identifies a with a 30 minute time span.
Default Value: “30 Minutes”
A text which identifies a with a 5 minute time span.
Default Value: “5 Minutes”
A text which identifies a with a 60 minute time span.
Default Value: “60 Minutes”
A text which identifies a with a 6 minute time span.
Default Value: “6 Minutes”
The Agenda View button description in the Scheduler Command UI.
Default Value: “Switch to the Agenda view. Displays a list of upcoming events”
Text for all-day appointments in the printout created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “All day”
A text used in the Agenda View to display the time interval of the appointment that occupies the entire day (the all-day appointment, an appointment with the property set to true).Default Value: “All day”
Text of the Resources kind combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.
Default Value: “All resources”
A pattern used to format the Appointment Edit window caption.Default Value: “{0} - Appointment”
The Finish-To-Finish appointment dependency caption at the Appointment Dependency window.Default Value: “Finish-To-Finish (FF)”
The Finish-To-Start appointment dependency caption at the Appointment Dependency window.Default Value: “Finish-To-Start (FS)”
The Start-To-Finish appointment dependency caption at the Appointment Dependency window.Default Value: “Start-To-Finish (SF)”
The Start-To-Start appointment dependency caption at the Appointment Dependency window.Default Value: “Start-To-Start (SS)”
The Busy appointment status caption.
Default Value: “Busy”
The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.
Default Value: “Calendar Details Style”
The caption of the smart tag displayed for the databound SchedulerControl at design time.
Default Value: “Check Mappings”
The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.
Default Value: “Black And White”
The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.
Default Value: “Full Color”
The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.
Default Value: “Gray Scale”
The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value: “Daily Style”
The Day View button description in the Scheduler Command UI.
Default Value: “Switch to the Day view. The most detailed view of appointments for a specific day(s).”
The Resource Navigator button caption.
Default Value: “Decrease visible resource count”
The caption of the empty item in the Resource combo box located in the Edit Appointment dialog.
Default Value:“(Any)”
A pattern for the Add All Day Event window caption.
Default Value: “{0} - Event”
The Resource Navigator button caption.
Default Value: “First”
The Free appointment status caption.
Default Value: “Free”
The Full Week View button description in the Scheduler Command UI.
Default Value: “Switch to the Full Week View. Displays appointments for the entire week.”
The Gantt View button description in the Scheduler Command UI.
Default Value: “Switch to the Gantt View. Project management view that shows appointments and their dependencies in relation to time.”
Text of the Group by combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.
Default Value: “Date”
The Group by Date button description in the Scheduler Command UI.
Default Value:“Group appointments by date.”
Text of the Group by combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.Default Value: “None”
The Group by None button description in the Scheduler Command UI.
Default Value: “Ungroup appointments.”
The Group by Resource button description in the Scheduler Command UI.
Default Value: “Group appointments by resource.”
Text of the Group by combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.Default Value: “Resources”
The Resource Navigator button caption.
Default Value: “Increase visible resources count”
The Resource Navigator button caption.
Default Value: “Last”
The caption of the smart tag displayed for the databound SchedulerControl at design time.
Defaul Value: “Mappings Validation”
The caption of the smart tag displayed for the databound SchedulerControl at design time.
Default Value: “Mappings Wizard…”
The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.
Default Value: “Memo Style”
Identifies a transaction of the Visual Studio Designer.
Default Value: “Modify Appointment Dependency Mappings”
Identifies a transaction of the Visual Studio Designer.
Default Value: “Modify Appointment Dependency Storage”
Identifies a transaction of the Visual Studio Designer.
Default Value: “Modify Appointment Mappings”
Identifies a transaction of the Visual Studio Designer.
Default Value: “Modify Appointment Storage”
Identifies a transaction of the Visual Studio Designer.
Default Value: “Modify Resource Mappings”
Identifies a transaction of the Visual Studio Designer.
Default Value: “Modify Resource Storage”
The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value: “Monthly Style”
The Month View button description in the Scheduler Command UI.
Default Value: “Switch to the Month (Multi-Week) view. Calendar view useful for long-term plans.”
The text of the label on the Reminder Alert form. The text is displayed if two or more appointments are selected in the list.Default Value: “{0} appointments are selected”
The caption of the Navigation Button.
Default Value: “Next Appointment”
The tooltip text of the Resource Navigator button.
Default Value: “Next”
The tooltip text of the Resource Navigator button.
Default Value: “Next Page”
Text to print in the Memo style printout for non-recurring appointment.
Default Value: “(None)”
Text caption of the item in the RepositoryItemDuration editor.
Default Value: “None”
Text of the Resources kind combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.
Default Value: “OnScreen resources”
The Out Of Office appointment status caption.
Default Value: “Out Of Office”
Text used in the Memo Style appointments printout.
Default Value: “Please see above”
The caption of the Navigation Button.
Default Value: Previous Appointment
The tooltip text of the Resource Navigator button.
Default Value: “Previous”
The tooltip text of the Resource Navigator button.
Default Value: “Previous Page”
Text used in the caption of the appointment editing form to indicate that the appointment is read-only.
Default Value: “[Read only]”
Default Value: Recurrence
Row header text for the value in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “End:”
Row header text for the value of the appointment pattern. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “Location:”
Row header text for the recurrence pattern description. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “Recurrence Pattern:”
Row header text for the appointment status value. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “Show Time As:”
Row header text for the value of the appointment pattern. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “Start:”
Row header text for the value of the appointment pattern. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.
Default Value: “Location:”
The text used in the format string for the Reminder Alert form caption. The text is displayed if the form contains a single appointment.Default Value: “Reminder:”
The text used in the format string for the Reminder Alert form caption. The text is displayed if the form contains more than one appointment.Default Value: “Reminders:”
Denotes all resources in the item list.Default Value: “(All)”
Text of the item that specifies that no resource is selected in the or the .
The caption of the Appointment Dependency Mapping Wizard window.Default Value: “Setup Dependency Storage”
The caption of the Appointment Mapping Wizard window.Default Value: “Setup Appointment Mappings”
The caption of the Appointment Mapping Wizard window.Default Value: “Setup Appointment Storage”
The caption of the Appointment Dependency Mapping Wizard window.Default Value: “Setup Dependency Mappings”
The caption of the Resource Mapping Wizard window.Default Value: “Setup Resource Mappings”
The caption of the Resource Mapping Wizard window.Default Value: “Setup Resource Mappings”
A text of the checkbox used in the Shading setup form to specify that the shading is applied to the all-day area. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “All Day Area”
A text of the checkbox used in the Shading setup form to specify that shading is used to display appointments. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Appointments”
A text of the checkbox used in the Shading setup form to specify that the shading is used to display appointment statuses. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Appointment statuses”
A text of the checkbox used in the Shading setup form to specify that shading is used to display cells. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Cells”
A text of the checkbox used in the Shading setup form to specify that shading is used to display View Headers. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Headers”
A text of the checkbox used in the Shading setup form to specify that shading is used to display Time Rulers. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Time Rulers”
Menu caption of the DevExpress.XtraScheduler.Commands.SplitAppointmentOperationCommand command.Default Value: “Split”
Text used in a format string which displays appointment start time on the Reminder form.
Default Value: “Start:”
The Tentative appointment status caption.
Default Value: “Tentative”
The Timeline View button description in the Scheduler Command UI.
Default Value “Switch to the Timeline view. Plots appointments in relation to time.”
The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value: “Tri-fold Style”
Text used in a caption of the Appointment form invoked for a newly created appointment.
Default Value: “Untitled”
Text of the Resources kind combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.
Default Value: “Visible resources”
The text of the item specifying the value in the control.
Default Value: “Day”
The text of the item specifying the value in the control.
Default Value: “Weekend day”
The text of the item specifying the value in the control.
Default Value: “Weekday”
The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value:“Weekly Style”
The text of the item specifying the enumeration value in the control.
Default Value: “First”
The text of the item specifying the enumeration value in the control.
Default Value: “Fourth”
The text of the item specifying the enumeration value in the control.
Default Value: “Last”
The text of the item specifying the enumeration value in the control.
Default Value: “Second”
The text of the item specifying the enumeration value in the control.
Default Value: “Third”
The Week View button description in the Scheduler Command UI.
Default Value: “Switch to the Week view. Arranges appointments for a particular week in a compact form.”
The Working Elsewhere appointment status caption.
Default Value: “Working Elsewhere”
The Work Week View button description in the Scheduler Command UI.
Default Value: “Switch to the Work Week view. Detailed view for the working days in a certain week.”
A list of format strings used to display a date in the caption within the Timeline view. A format string is automatically selected from the list for each time scale header. The selection criteria is the length of the visual representation of the date which uses a particular format string. The string must fit the time scale header.
The format strings are:
dddd, MMMM d, yyyy\r\ndddd, MMMM d\r\ndddd, MMM d\r\nddd, MMMM d\r\nddd, MMM d\r\nddd, MM d\r\nMM/dd\r\nM/d
A list of format strings used to display a date in the caption within the Timeline view. A format string is automatically selected from the list for each time scale header. The selection criteria is the length of the visual representation of the date which uses a particular format string. The string must fit the time scale header.
The format strings are:
dddd, MMMM d\r\nddd, MMMM d\r\nddd d\r\nM/d\r\ndd
A format string used to display a tooltip for the appointment split tool.
Default Value: “{0} : step {1}”
The DevExpress.XtraScheduler.Commands.SwitchCellsAutoHeightCommand command description displayed as a tooltip of the command button in the Scheduler Command UI.
Default Value: “Enable a time cell to automatically adjust its size to accommodate appointments it contains.”
The DevExpress.XtraScheduler.Commands.ChangeAppointmentReminderUICommand command description.
Default Value: “Choose when to be reminded of the selected appointment.”
The DevExpress.XtraScheduler.Commands.ChangeSnapToCellsUICommand command description.
Default Value: “Specify a snapping mode for displaying appointments within time cells.”
The DevExpress.XtraScheduler.Commands.ChangeTimelineScaleWidthUICommand command description.
Default Value: “Specify column width in pixels for the base scale.”
The DevExpress.XtraScheduler.Commands.SwitchCompressWeekendCommand command description.
Default Value: “Show Saturday and Sunday compressed into a single column.”
A description of the DevExpress.XtraScheduler.Commands.AppointmentCreateDependencyOperationCommand command.
Default Value: “Create dependency between appointments”
The tooltip text of the DevExpress.XtraScheduler.Commands.DeleteAppointmentsCommandBase command.
Default Value: “Delete the selected appointment(s).”
A description of the DevExpress.XtraScheduler.Commands.DeleteAppointmentDependenciesCommand command.
Default Value: “Delete appointment dependency.”
A description of the DevExpress.XtraScheduler.Commands.Internal.DeleteOccurrenceUICommand command.
Default Value: “Delete Occurrence.”
A description of the DevExpress.XtraScheduler.Commands.Internal.DeleteSeriesUICommand command.
Default Value: “Create dependency between appointments”
A description of the DevExpress.XtraScheduler.Commands.EditAppointmentDependencyCommand command.
Default Value: “Edit appointment dependency.”
A description of the DevExpress.XtraScheduler.Commands.GotoTodayCommand command.
Default Value: “Change the date displayed in the current view to the current date.”
A description of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelUICommand command.
Default Value: “Change the selected appointment label.”
A description of the DevExpress.XtraScheduler.Commands.Internal.ServiceNavigateViewBackwardCommand command.
Default Value: “Step back in time as suggested by the current view.”
A description of the DevExpress.XtraScheduler.Commands.Internal.ServiceNavigateViewForwardCommand command.
Default Value: “Advance forward in time as suggested by the current view.”
A description of the DevExpress.XtraScheduler.Commands.NewAppointmentCommand command.
Default Value: “Create a new appointment.”
A description of the DevExpress.XtraScheduler.Commands.NewRecurringAppointmentCommand command.
Default Value: “Create a new recurring appointment.”
A description of the DevExpress.XtraScheduler.Commands.EditSingleAppointmentCommand command.
Default Value: “Open the selected appointment.”
A description of the DevExpress.XtraScheduler.Commands.EditOccurrenceUICommand command.
Default Value: “Open this meeting occurrence.”
A description of the DevExpress.XtraScheduler.Commands.OpenScheduleCommand command.
Default Value: “Import a schedule from a file (.ics).”
A description of the DevExpress.XtraScheduler.Internal.Commands.EditSeriesUICommand command.
Default Value: “Open this meeting series.”
A description of the DevExpress.XtraScheduler.Commands.PrintCommand command.
Default Value: “Send the schedule directly to the default printer without making changes.”
A description of the DevExpress.XtraScheduler.Commands.PrintPageSetupCommand command.
Default Value: “Customize the page appearance and configure various printing options.”
A description of the DevExpress.XtraScheduler.Commands.PrintPreviewCommand command.
Default Value: “Preview and make changes to pages before printing.”
A description of the DevExpress.XtraScheduler.Commands.SaveScheduleCommand command.
Default Value: “Save a schedule to a file (.ics).”
A description of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusUICommand command.
Default Value: “Change the selected appointment status.”
A description of the DevExpress.XtraScheduler.Commands.SwitchShowWorkTimeOnlyCommand command.
Default Value: “Show only working hours in the calendar.”
A description of the DevExpress.XtraScheduler.Commands.SplitAppointmentOperationCommand command.
Default Value: “Split the selected appointment in two by dragging a splitter line.”
A description of the DevExpress.XtraScheduler.Commands.SwitchTimeScalesUICommand command.
Default Value: “Change the time scale.”
A description of the DevExpress.XtraScheduler.Commands.ToggleRecurrenceCommand command.
Default Value: “Make the selected appointment recurring, or edit the recurrence pattern. “
A description of the DevExpress.XtraScheduler.Commands.ViewZoomInCommand command.
Default Value: “Perform scaling up to display content in more detail.”
A description of the DevExpress.XtraScheduler.Commands.ViewZoomOutCommand command.
Default Value: “Perform scaling down to display a broader look of the View.”
Default Value: “Appointment.”
The caption displayed in the Appointment Flyout before the property value.
Default value: “End”
The caption displayed in the Appointment Flyout before the property value.
Default value: “Location”
The caption displayed in the Appointment Flyout before the property value.
Default value: “Reminder”
The caption displayed in the Appointment Flyout before the property value.
Default value: “Start”
Format string used to display a new style name in the Define Print Style dialog invoked by clicking the Define Styles… button on the Format tab of the Page Setup dialog.
Default Value: “Copy ({0}) of {1}”
Format string used to display a new style name in the Define Print Style dialog invoked by clicking the Define Styles… button on the Format tab of the Page Setup dialog.
Default Value: “Copy of {0}”
Format string used to display items in the Click Snooze to be reminded again in: combo box of the Reminder form.
Default Value: “{0} before start”
Format string used to print Start and End values in the Memo print style.
Default Value: “{0} {1} {2}”
The text of a menu item specifying a time scale with 10 minute increments.
Default Value: “10 &Minutes”
The text of a menu item specifying a time scale with 15 minute increments.
Default Value: “&15 Minutes”
The text of a menu item specifying a time scale with 20 minute increments.
Default Value: “&20 Minutes”
The text of a menu item specifying a time scale with 30 minute increments.
Default Value: “&30 Minutes”
The text of a menu item specifying a time scale with 5 minute increments.
Default Value: “&5 Minutes”
The text of a menu item specifying a time scale with 60 minute increments.
Default Value: “6&0 Minutes”
The text of a menu item specifying a time scale with 6 minute increments.
Default Value: “&6 Minutes”
The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentDragCancelCommand command.
Default Value: “C&ancel”
The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentDragCopyCommand command.
Default Value: “&Copy”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Copy”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Birthday”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Business”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Important”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “Must &Attend”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Needs Preparation”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&None”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Personal”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “Phone &Call”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Travel Required”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.
Default Value: “&Vacation”
The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentDragMoveCommand command.
Default Value: “Mo&ve”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.
Default Value: “&Busy”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchCellsAutoHeightCommand command.
Default Value: “Cell Auto Height”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentReminderUICommand command.
Default Value: “Reminder”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeSnapToCellsUICommand command.
Default Value: “Snap to Cells”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeTimelineScaleWidthUICommand command.
Default Value: “Scale Width”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchCompressWeekendCommand command.
Default Value: “Compress Weekend”
The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentCreateDependencyOperationCommand command.
Default Value: “Create Dependency”
Default Value: “&Customize Current View…”
Default Value: “Customize Time Ruler…”
The menu caption of the DevExpress.XtraScheduler.Commands.DeleteAppointmentsCommandBase command.
Default Value: “&Delete”
The menu caption of the DevExpress.XtraScheduler.Commands.DeleteAppointmentDependenciesCommand command.
Default Value: “&Delete”
The menu caption of the DevExpress.XtraScheduler.Commands.internal.DeleteOccurrenceUICommand command.
Default Value: “Delete Occurrence”
The menu caption of the DevExpress.XtraScheduler.Commands.DeleteSeriesUICommand command.
Default Value: “Delete Series”
The menu caption of the DevExpress.XtraScheduler.Commands.EditAppointmentDependencyCommand command.
Default Value: “&Edit”
The menu caption of the DevExpress.XtraScheduler.Commands.EditRecurrencePatternCommand command.
Default Value: “&Edit Series”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.
Default Value: “&Free”
The menu caption of the DevExpress.XtraScheduler.Commands.GotoDateCommand command.
Default Value: “&Go to Date…”
The menu caption of the DevExpress.XtraScheduler.Commands.GotoThisDayCommand command.
Default Value: “Go to This &Day”
The menu caption of the DevExpress.XtraScheduler.Commands.GotoTodayCommand command.
Default Value: “Go to &Today”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelUICommand command.
Default Value: “&Label As”
The menu caption of the DevExpress.XtraScheduler.Commands.ServiceNavigateViewBackwardCommand command.
Default Value: “Backward”
The menu caption of the DevExpress.XtraScheduler.Commands.ServiceNavigateViewForwardCommand command.
Default Value: “Forward”
The menu caption of the DevExpress.XtraScheduler.Commands.NewAllDayAppointmentCommand command.
Default Value: “New All Day &Event”
The menu caption of the DevExpress.XtraScheduler.Commands.NewAppointmentCommand command.
Default Value: “New App&ointment”
The menu caption of the DevExpress.XtraScheduler.Commands.NewRecurringAppointmentCommand command.
Default Value: “New Recurring &Appointment”
The menu caption of the DevExpress.XtraScheduler.Commands.NewRecurringAllDayAppointmentCommand command.
Default Value: “New Recurring E&vent”
The menu caption of a command that does not have caption.
Default Value: empty string
The menu caption of the DevExpress.XtraScheduler.Commands.EditSingleAppointmentCommand command.
Default Value: “&Open”
The menu caption of the DevExpress.XtraScheduler.Commands.EditOccurrenceUICommand command.
Default Value: “Open Occurrence”
The menu caption of the DevExpress.XtraScheduler.Commands.OpenScheduleCommand command.
Default Value: “Open”
The menu caption of the DevExpress.XtraScheduler.Commands.EditSeriesUICommand command.
Default Value: “Open Series”
Default Value: “Other Sett&ings…”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.
Default Value: “&Out Of Office”
The menu caption of the DevExpress.XtraScheduler.Commands.PrintCommand command.
Default Value: “Quick Print”
Default Value: “&Print”
The menu caption of the DevExpress.XtraScheduler.Commands.PrintPageSetupCommand command.
Default Value: “Page &Setup”
The menu caption of the DevExpress.XtraScheduler.Commands.PrintPreviewCommand command.
Default Value: “Print &Preview”
The menu caption of the DevExpress.XtraScheduler.Commands.RestoreOccurrenceCommand command.
Default Value: “&Restore Default State”
The menu caption of the DevExpress.XtraScheduler.Commands.SaveScheduleCommand command.
Default Value: “Save”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusUICommand command.
Default Value: “&Show Time As”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchShowWorkTimeOnlyCommand command.
Default Value: “Working Hours”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Agenda View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Day View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Full Week View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Gantt View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchToGroupByDateCommand command.
Default Value: “&Group by Date”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchToGroupByNoneCommand command.
Default Value: “&Group by None”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchTOGroupByResourceCommand command.
Default Value: “&Group by Resource”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Month View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Timeline View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “&Month View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.
Default Value: “Wo&rk Week View”
The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand and the DevExpress.XtraScheduler.Commands.SwitchTimeScaleCommand commands.
Default Value: “Change View To”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.
Default Value: “&Tentative”
The group menu caption of commands used to enable time scale captions in the Timeline view.
Default Value: “Time Scale &Captions”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Day”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Hour”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Month”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Quarter”
The group menu caption of commands used to enable time scales in the Timeline view.
Default Value: “&Time Scales”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Week”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Work Day”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Work Hour”
The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.
Default Value: “&Year”
The menu caption of the DevExpress.XtraScheduler.Commands.ToggleRecurrenceCommand command.
Default Value: “Recurrence”
The menu caption of the DevExpress.XtraScheduler.Commands.ViewZoomInCommand command.
Default Value: “Zoom In”
The menu caption of the DevExpress.XtraScheduler.Commands.ViewZoomOutCommand command.
Default Value: “Zoom Out”
The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.
Default Value: “&Working Elsewhere”
The text of the confirmation message box invoked when Apply settings to all styles is checked in the Page Setup dialog.
Default Value: “Apply current printer settings to all styles?”
Default Value: “It’s impossible to fit the printing output into a single page using the current printing settings. Please try to increase the page height or decrease the PrintTime interval.”
The text of the message box that appears on an attempt to close the appointment editing form and save an appointment that conflicts with other appointments.
Default Value: “An edited appointment conflicts with one or several other appointments.”
Default Value: “The date you entered is outside the limit interval.”
Default Value: “Duplicate custom field name. Revise the mappings: \r\n{0}”
The text used in the error message generated by the SchedulerStorage when the contains incorrect mappings.
Default Value: “The ‘{0}’ member mapping is not unique: “
The text of an exception which is thrown when certain iCalendar items cannot be imported.
Default Value: “Cannot import some appointment”
The text of an exception which is thrown when an invalid .ics file is specified for an import operation.
Default Value: “Invalid Internet Calendar file”
The text of an error that may occur during a consistency check for appointments loaded in the AppointmentStorage.
Default Value: “To support recurrence you must map both RecurrenceInfo and Type members.”
Confirmation message returned when trying to save incorrect mappings in the Mappings Wizard.
Default Value: “Incorrect mappings. Continue anyway?\r\nDetails:\r\n”
Default Value: “Internal error!”
The text of an error that may occur in the Appointment Recurrence form.
Default Value: “Invalid value specified for the interval duration. Please enter a positive value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid day count. Please enter a positive integer value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid day count. Please enter a positive integer value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid day number. Please enter an integer value from 1 to {0}.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid day number. Please enter an integer value from 1 to {0}.”
The text of an error that may occur during recurrence validation.
Default Value: “No day selected. Please select at least one day in the week.”
The text of an exception that is thrown on an incorrect value assignment to the property.
Default Value: “Invalid day of week for a daily recurrence. Only WeekDays.EveryDay, WeekDays.WeekendDays and WeekDays.WorkDays are valid in this context.”
The text of an error that may occur in the Appointment Editing form.
Default Value: “The date you entered occurs before the start date.”
Default Value: “Input file is invalid.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid month count. Please enter a positive integer value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid month count. Please enter a positive integer value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid occurrences count. Please enter a positive integer value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid occurrences count. Please enter a positive integer value.”
The text of an error that may occur in the Appointment Recurrence form.
Default Value: “Invalid value specified for the before event reminder’s time. Please enter a positive value.”
The text of an error that may occur in the Page Setup form when specifying the paper size.
Default Value: “Invalid value specified for the size.”
Default Value: “Invalid duration for the TimeOfDayInterval”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid week count. Please enter a positive integer value.”
The text of an error that may occur during recurrence validation.
Default Value: “Invalid week count. Please enter a positive integer value.”
Default Value: “Invalid year count. Please enter a positive integer value.”
Default Value: “Invalid year count. Please enter a positive integer value.”
The text used in exception messages.
Default Value: “‘{0}’ is not a valid value for ‘{1}’”
The text of an exception that is thrown by the SchedulerStorage in bound mode when it attempts to load appointments from xml.
Default Value: “The scheduler needs to be in unbound mode to load collection items from xml.”
The text of an information message displayed by the Mappings Wizard.
Default Value: “Mappings are correct!”
The text of an error message displayed when the Scheduler is printed using the Memo style and no appointments are selected.
Default Value: “Cannot print unless an item is selected. Select an item, and then try to print again.”
The text used in the error message generated by the SchedulerStorage when the has missing mappings.
Default Value: “Missing ‘{1}’ member of the ‘{0}’ property mapping.”
The text used in the error message generated by the SchedulerStorage when the is missing required mappings.
Default Value: “The required mapping for the ‘{0}’ property is missing.”
Default Value: “The following required mappings for the object \r\n {0} are not assigned”
The text of an exception which is thrown in an import/export operation with MS Outlook if an Outlook calendar is not found.
Default Value: “The ‘{0}’ calendar is not found.”
Default Value: “Invalid value for the TimeOfDayInterval. Should be less than or equal to a day”
The text of the warning message displayed when a duplicate style name is specified when adding a new style in the Page Setup dialog.
Default Value: “The style name ‘{0}’ already exists. Type another name.”
The text of the warning message box invoked when the end-user changes the recurrence rule of the recurrence series which has exceptions.
Default Value: “Any exceptions associated with this recurring appointment will be lost. Proceed?”
The text of a message prompting the user to save changes before closing an appointment editing form.
Default Value: “Want to save your changes?”
Default Value: “Warning!”
Default Value: “The appointment has been deleted by another user.”
The text of an error that may occur during recurrence validation.
Default Value: “Some months have fewer than {0} days. For these months, the occurrences will fall on the last day of the month.”
Default Value: “The SchedulerStorage component is not assigned to the SchedulerControl”
The text of an item in the Start a new page each combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Calendar Details Style is selected in the Style name combo box editor.
Default Value: “Day”
The text of an item in the Start a new page each combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Calendar Details Style is selected in the Style name combo box editor.
Default Value: “Month”
The text of an item in the Start a new page each combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Calendar Details Style is selected in the Style name combo box editor.
Default Value: “Week”
The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Monthly Style is selected in the Style name combo box editor.
Default Value: “1 page/month”
The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Monthly Style is selected in the Style name combo box editor.
Default Value: “2 page/month”
The text printed in the time cell if not all contained appointments are printed. This may happen if a time cell contains more appointments than it can fit in the print area.
Default Value: “More items…”
Default Value: “No printers installed”
The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.
Default Value: “<Customize…>”
The format string used to display items in the Fonts combo boxes on the Format tab of the Page Setup dialog.
Default Value:“{0} pt. {1}”
The text of a warning message displayed on an attempt to print from the Page Setup form if there are no printers installed in the system.
Default Value: “No printers installed”
The text of the warning message displayed when an incorrect Start date and End date are set on the Format tab of the Page Setup dialog.
Default Value:“End date must be greater or equal to the start date”
The text of the tooltip displayed when the TimeOfDayIntervalEditControl combo box fails validation because an incorrect value is entered. The control, labeled Duration, is located on the Format tab of the Page Setup dialog.
Default Value:“Duration must be not greater than a day and greater than 0”
Default Value:“End time must be greater than the start time””
The text of an item in a combo box that specifies a calendar style for the section of the trifold-style calendar. The option is available if the Tri-fold Style is selected on the Format tab of the Page Setup dialog.
Default Value:“Daily Calendar”
The text of an item in a combo box that specifies a calendar style for the section of the trifold-style calendar. The option is available if the Tri-fold Style is selected on the Format tab of the Page Setup dialog.
Default Value:“Monthly Calendar”
The text of an item in a combo box that specifies a calendar style for the section of the trifold-style calendar. The option is available if the Tri-fold Style is selected on the Format tab of the Page Setup dialog.
Default Value:“Weekly Calendar”
The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Weekly Style is selected in the Style name combo box editor.
Default Value: “1 page/week”
The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Weekly Style is selected in the Style name combo box editor.
Default Value: “2 page/week”
The text displayed in the Visual Studio Designer for the , and controls if the TimeCells property is not set.
Default Value: “Required TimeCells control is not assigned”
The text displayed in the Designer for view-based Scheduler Reporting Controls if the View property is not set.
Default Value: “Required View component is not assigned”
This value is used to construct a string that indicates an appointment interval in the Agenda View.
Default Value: “to”
The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the option in the Scheduler Command UI.
Default Value: “Always”
The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the option in the Scheduler Command UI.
Default Value: “Auto”
The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the option in the Scheduler Command UI.
Default Value: “Disabled”
The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the option in the Scheduler Command UI.
Default Value: “Never”
A format string used by the method.
Default Value: “every {1} {0}”
A format string used by the method.
Default Value: “every {2} {1} {0}”
A format string used by the method.
Default Value: “every weekday {0}”
A format string used by the method.
Default Value: “every weekend {0}”
A format string used by the method.
Default Value: “{0} {1}”
A format string used by the method.
Default Value: “from {0} for {1} “
A format string used by the method.
Default Value: “from {0} for {1} {2}”
A format string used by the method.
Default Value: “from {0} for {1} {2} {3}”
A format string used by the method.
Default Value: “from {0} for {1} {3}”
A format string used by the method.
Default Value: “from {0} to {1}”
A format string used by the method.
Default Value: “of every {0} {1} {2}”
A format string used by the method.
Default Value: “day {3} {0}”
A format string used by the method.
Default Value: “the {1} {2} {0}”
The text used to print the value in the Memo print style.
Default Value: “Daily”
The text used to print the value in the Memo print style.
Default Value: “Hourly”
The text used to print the value in the Memo print style.
Default Value: “Minutely”
The text used to print the value in the Memo print style.
Default Value: “Monthly”
The text used to print the value in the Memo print style.
Default Value: “Weekly”
The text used to print the value in the Memo print style.
Default Value: “Yearly”
A format string used by the method.
Default Value: “unspecified day of week”
A format string used by the method.
Default Value: “{0}”
A format string used by the method.
Default Value: “{0} and {1}”
A format string used by the method.
Default Value: “{0}, {1}, and {2}”
A format string used by the method.
Default Value: “{0}, {1}, {2}, and {3}”
A format string used by the method.
Default Value: “{0}, {1}, {2}, {3}, and {4}”
A format string used by the method.
Default Value: “{0}, {1}, {2}, {3}, {4}, and {5}”
A format string used by the method.
Default Value: “{0}, {1}, {2}, {3}, {4}, {5}, and {6}”
A format string used by the method.
Default Value: “every {3} {0}”
A format string used by the method.
Default Value: “every {1} {2} on {3} {0}”
A format string used by the method.
Default Value: “{3} {4} of every {1} {2} {0}”
A format string used by the method.
Default Value: “the {5} {6} of {3} every {1} {2} {0}”
A format string used by the method.
Default Value: “every {3} {4} {0}”
A format string used by the method.
Default Value: “the {5} {6} of {3} {0}”
A value of the property for the class.
Default Value: “Day”
A value of the property for the class.
Default Value: “Hour”
A value of the property for the class.
Default Value: “Month”
A value of the property for the class.
Default Value: “Quarter”
A value of the property for the class.
Default Value: “Week”
A value of the property for the class.
Default Value: “Year”
The name of the End-User Report Designer toolbox category containing Scheduler Reporting controls.
Default Value: “Scheduler Controls”
A value of the property for the class.
Default Value: “Agenda Calendar”
A value of the property for the class.
Default Value: “Day Calendar”
A value of the property for the class.
Default Value: “Full Week Calendar”
A value of the property for the class.
Default Value: “Gantt View”
A value of the property for the class.
Default Value: “Month Calendar”
A value of the property for the class.
Default Value: “Timeline Calendar”
A value of the property for the class.
Default Value: “Week Calendar”
A value of the property for the class.
Default Value: “Work Week Calendar”
A value of the property for the class.
Default Value: “Agenda”
A value of the property for the class.
Default Value: “Day”
A value of the property for the class.
Default Value: “Full Week”
A value of the property for the class.
Default Value: “Gantt”
A value of the property for the class.
Default Value: “Month”
A value of the property for the class.
Default Value: “Timeline”
A value of the property for the class.
Default Value: “Week”
A value of the property for the class.
Default Value: “Work Week”
The name of the Visual Studio Designer toolbox category containing Scheduler Reporting controls.
Default Value: “DX.{0}: Scheduler Reporting”
Serves as the base class for classes that provide mapping of the properties of persistent objects (appointments or resources) to appropriate data fields.
This member supports the internal infrastructure and is not intended to be used directly from your code.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the member in a datasource which should be mapped to the specific property.
A value which represents the data member to be mapped.
Gets or sets the name of the property which should be mapped to a specific member in a datasource.
A value which represents the property name to be mapped.
This member supports the internal infrastructure and is not intended to be used directly from your code.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets the mapping’s type.
A object which represents the mapping’s type.
Represents a collection of mappings of the persistent properties of persistent objects (appointments or resources) to appropriate data fields.
Initializes a new instance of the class with the default settings.
Determines whether the mappings specified by their names are set in the current collection.
A collection of mapping names.
True if all specified mappings are set; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
This member supports the internal infrastructure and is not intended to be used directly from your code.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Lists converter locations in the data processing chain.
Processes data coming from a data field to the data conversion procedure inherent for default mapping (Convert method) and data coming from default mapping to the data field (ConvertBack method).
Processes data coming from the procedure inherent for default mapping to the object’s property (Convert method) and data coming from the object’s property to the related mapping (ConvertBack method).
Processes data coming from the data field to the object’s property (Convert method) and data coming from the object’s property to the data field (ConvertBack method). Default mapping procedures are bypassed.
Serves as the base class for classes which represent mappings of data fields to default persistent object’s properties.
Gets the names of the mappings which are required for correct operation.
A string array, containing mapping names.
Contains time intervals of a month duration.
Initializes a new instance of the class with the default settings.
Contains classes which implement the internal functionality of XtraScheduler.
Enables you to discover conflicting appointments.
Initializes a new instance of the class with specified appointment collection.
AN that is the collection of appointments.
Returns a collection of appointments that conflict with the specified one, within the time interval.
An object to be checked for conflicts with appointments in the collection.
A object, representing the time span for which the check is performed.
An object, which contains conflicting appointments.
Indicates whether the specified time interval is shared between appointments assigned to a specified resource.
A object, that is the time span being queried.
A object, that is a resource by which appointments are filtered.
true if appointment time intervals intersect; otherwise, false.
Represents a custom field that may contain additional arbitrary information for an appointment or resource.
Initializes a new instance of the class with the default settings.
A string, that represents a name of the custom field used to identify it or bind to a data source.
A that represents the additional information the custom field contains.
Gets or sets the name of a custom field.
A string that represents a name of a custom field.
Gets or sets the value of a custom field.
A value that represents the information contained in a custom field.
Provides data for the OnAppointmentsReload and OnResourcesReload events. Internal use only.
Initializes a new instance of the class with specified settings.
true to keep non-persistent information on reloading; otherwise, false.
Flag used to signal whether the volatile information should be retained on reloading. Internal use only.
true to keep non-persistent information on reloading; otherwise, false.
Represents a method that will handle the internal OnAppointmentsReload and OnResourcesReload events.
The event source.
A class instance containing event data.
Enables you to calculate the occurrences for a given recurrent appointment.
Calculates the index of the last element in the occurrence series.
An object that is the pattern for calculating the occurrence series.
An integer that is the index of the last element in the series.
Creates a sequence of appointments for the specified pattern within the specified time interval.
A object, that is the interval in which the occurrences are created.
An object, that is the pattern of recurrence series.
An object, that is a collection of occurrences.
Calculates the lowest boundary for the start time of the occurrence, with the specified index within the calculator’s chain.
An integer, which is the index of the occurrence within the calculator’s time interval.
A object, representing the beginning of a time frame enclosing the occurrence.
Calculates the time interval occupied with the recurrent series.
An object that is the pattern of the recurrent series.
A object that is the time interval occupied by the appointment series.
Creates an instance of the OccurrenceCalculator for the specified recurrence information and time zone.
A object containing the appointment recurrence information.
The object that specifies the time zone for which the start and end time of appointment occurrences are calculated.
An instance of the class.
Creates an instance of the OccurrenceCalculator for the specified recurrence information.
A object containing the appointment recurrence information.
An instance of the class.
Searches for the first occurrence which corresponds to the pattern, and is located within the specified interval.
A object, representing the time span to be searched.
An instance, which is the pattern for the occurrence chain.
An integer value, which is the index of the first appointment from the occurrence chain that falls within the specified interval, or -1 if the specified interval can not contain an occurrence.
Searches for the last occurrence which corresponds to the pattern, and is located within the specified interval.
A object, representing the time span to be searched.
An instance, which is the pattern for the occurrence chain.
An integer value, which is the index of the last appointment from the occurrence chain that falls within the specified interval, or -1 if the specified interval can not contain an occurrence.
Searches for the first occurrence which corresponds to the pattern, and starts after the specified time.
A object, representing the time after which the search is performed.
An instance, which is the pattern for the occurrence series.
A value, representing the start time of the first appointment in the occurrence chain that starts after the specified time, or the DateTime.MaxValue in the case of an unsuccessful search.
Searches for the occurrence which belongs to the pattern series and starts at the specified date.
A object, which is the start date of the occurrence to search for.
An instance, which is the pattern for the occurrence series.
An integer value, which is the index of the appointment in the occurrence series, or -1 if the search fails.
Gets whether the occurrence falls on the Daylight Saving Time shift.
An integer that is the occurrence index in the recurrent series.
True, if the specified appointment occurrence is in the DST shift; otherwise, false.
Base class for appointments, resources and objects.
Copies all settings from the object passed as the parameter to the current object.
A object whose settings are assigned to the current object.
Locks the object until the EndUpdate or CancelUpdate method is called.
Unlocks the object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Raises the event to determine whether the object can be deleted.
true if the persistent object can be deleted; otherwise, false.
Gets the collection of custom fields bound to the persistent object.
A object representing the collection of the persistent object’s custom fields.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Attempts to delete the persistent object from the collection to which it belongs.
Deletes the persistent object from its storage.
Disposes of the object.
Unlocks the object after a call to the BeginUpdate method and causes an immediate visual update.
Reconstructs a persistent object from an XML encoding.
A value that specifies the XML encoding to use to reconstruct the persistent object.
Returns the data object that is bound to the current persistent object.
A object that represents the storage control which owns the persistent object.
A that is the data source object which is bound to the persistent object.
Gets a persistent object identifier previously retrieved from an external database or set at runtime.
An object that is the identifier.
Gets whether the current object has been disposed of.
true if the current object has been disposed of; otherwise, false.
Gets whether the persistent object is locked while it is being updated.
true if the persistent object is locked; otherwise, false.
The method is called upon modification of the persistent object.
Called before a persistent object is modified.
A string that is the name of the property being changed.
An object that is the value of the property before modification.
An object that is the value of the property if modification succeeds.
True, if the change has been canceled; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
An object whose child objects are being deleted.
True if deletion operation is allowed in the StateChanging event handler; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
True if the object deletion is allowed; otherwise, false.
Restores object properties to their initial state.
A instance whose properties are restored.
Gets or sets a value that identifies the data row bound to the persistent object.
The handle (identifier) of the data row in the data source.
Creates an XML encoding of the persistent object.
A value that represents an XML encoding of the persistent object.
Provides data for the persistent object events of the that have a cancel option.
Initializes a new instance of the class with the specified settings.
A value which is the event’s persistent object. This value is assigned to the property.
Gets or sets whether to cancel the operation.
true to cancel the operation performed on the event; otherwise, false.
Represents a method that will handle the persistent object events of the that have a cancel option.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the persistent object events of the .
Initializes a new instance of the class with the specified settings.
A value which is the event’s persistent object. This value is assigned to the property.
Gets the persistent object (appointment, resource or appointment dependency) for which the event occurs.
A object for which the event occurs.
Represents a method that will handle the persistent object events of the .
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the persistent objects events of the .
Initializes a new instance of the class with the specified object.
A object which will contain the event’s persistent objects. This value is assigned to the property.
Gets the persistent objects for which the event occurs.
A object which is the collection of persistent objects for which the event occurs.
Represents a method that will handle the persistent objects events of the .
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Contains a recurring appointment’s reoccurrence information.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified start date and end date.
A value that specifies the start date of the recurrence. This value is assigned to the property.
A value that specifies the end date of the recurrence. This value is assigned to the property.
Initializes a new instance of the class with the specified start date and count value.
A value that specifies the start date of the recurrence. This value is assigned to the property.
An integer value that specifies the count value of the recurrence. This value is assigned to the property.
Initializes a new instance of the class with the specified start date and duration.
A value that specifies the start date of the recurrence. This value is assigned to the property.
A value that specifies the duration of the recurrence. This value is assigned to the property.
Initializes a new instance of the class with the specified start date.
A value that specifies the start date of the recurrence. This value is assigned to the property.
This property is obsolete and remains for backward compatibility.
Always false.
Copies all the settings from the object passed as a parameter.
An object whose settings are assigned to the current object.
True to copy the object identifier; otherwise, false.
Copies all settings from the options object passed as the parameter to the current object.
An object whose settings are assigned to the current object.
Gets or sets the ordinal number of a day within a defined month.
A positive integer value that specifies the day number within a month. The default value is 1.
Gets or sets the recurrence’s duration.
A value that specifies the duration of the recurrence.
Gets or sets the recurrence’s end date.
A value that specifies the end date for the recurrence.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets or sets the day which will be the first day of the week used for calculating occurrences.
A enumeration value specifying the start day of the week.
Reconstructs the recurrence information from an XML encoding.
A value that specifies the XML encoding to use to reconstruct the recurrence information.
Returns a human readable description of the recurrence pattern for the specified appointment.
An object that specifies the appointment whose recurrence pattern is to be converted into a human readable description.
A enumeration value which specifies the day of the week that is considered to be the first when calculating the recurrence pattern for the appointment. The current setting for the first day of the week can be obtained via the property.
A , which is a human readable description of the appointment’s recurrence pattern. Localizable.
Serves as a hash function for a class.
A hash code for the current object.
Gets or sets the month on which the corresponding appointment reoccurs.
A positive integer value that specifies the month number. The default value is 1.
Gets or sets how many times the appointment occurs.
An integer value that specifies how many times the appointment occurs.
Gets or sets the frequency with which the corresponding appointment reoccurs, with respect to the property.
An integer value that specifies the frequency with which the corresponding appointment reoccurs.
Gets or sets the type of the recurrence range.
A enumeration value that specifies the recurrence’s range type.
Resets all recurrence information fields to their default values according to the specified recurrence type.
A enumeration value which specifies the recurrence type.
Gets or sets the recurrence’s start date.
A value that specifies the start date for the recurrence.
Gets or sets the time zone identifier of the recurrence pattern.
A string that is the key string identifier allowed for the System.TimeZoneInfo.Id property.
Creates an XML encoding of the recurrence information.
A value that represents an XML encoding of the recurrence information object.
Gets or sets the time base for the frequency of the corresponding appointment’s reoccurrences.
A enumeration value that specifies the recurrence’s frequency type.
Gets or sets the day/days in a week on which the appointment occurs.
The enumeration’s value specifying the day/days in a week.
Gets or sets the occurrence number of the week in a month for the recurrence pattern.
A enumeration value that specifies a week in every month.
Lists the types of recurrence range.
A recurring appointment will end after the date specified by the property.
A recurring appointment will not have an end date.
A recurring appointment will end after its recurrence count exceeds the value specified by the property.
Lists the types of recurrent appointments.
The recurring appointment reoccurs on a daily base.
The recurring appointment reoccurs on an hourly base.
The recurring appointment reoccurs on a minute base.
The recurring appointment reoccurs on a monthly base.
The recurring appointment reoccurs on a weekly base.
The recurring appointment reoccurs on an yearly base.
Lists actions which could be performed on a recurrent appointment.
The user is prompted to carry out an operation on selected occurrences only, or the entire series.
Cancels the action.
Performs an operation on a selected occurrence only.
Performs an operation on the entire series.
Represents a reminder for a recurring appointment.
Gets the index of an appointment in a recurring chain for which the reminder is invoked.
An integer, which is the occurrence’s index.
Determines whether this reminder can fire an alert at the specified time.
A that is the time for which the reminder is tested.
An integer that is the time interval between checks of the reminder alert (in milliseconds).
True, if the alert can be fired; otherwise, false.
Represents a reminder for a non-recurring appointment.
Gets the appointment for which the reminder is set.
An object which is the appointment for which the reminder is set.
Determines whether this reminder can fire an alert at the specified time.
A that is the time for which the reminder is tested.
An integer that is the time interval between checks of the reminder alert (in milliseconds).
True, if the alert can be fired; otherwise, false.
Sets the reminder behavior if it falls on the Daylight Saving Time shift. Use the property instead.
One of the enumeration values.
Updates and fires the event.
Gets the subject text of the appointment which the reminder is applied to.
A value that is the appointment’s subject text.
Contains information related to the reminder alert.
Initializes new instance of the class with the specified settings.
A object that specifies the reminder of the alert notification. This value is assigned to the property.
An for which an alert is fired.
Gets an appointment for which an alert is fired.
An object, representing an event that has an alert invoked.
Gets the reminder object of the alert notification.
A object that specifies the reminder of the alert notification.
Represents a collection of alert notifications.
Initializes a new instance of the class with the default settings.
Appends the specified object to the current collection.
A object to append to the collection.
An integer value indicating the position into which the new element was inserted. If the element is already present in the collection, then its current position will be returned.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
A object which represents the alert notification located at the specified position.
Serves as the base for classes which represent reminders for non-recurring and recurring appointments.
Gets or sets the reminder’s alert time.
A structure which specifies the reminder’s alert time.
Determines whether the reminder should fire an alert when the specified time comes.
A that is the time for which the reminder is tested.
True, if the reminder is expired; otherwise, false.
Determines whether this reminder can fire an alert at the specified time.
A that is the time for which the reminder is tested.
An integer that is the time interval between checks of the reminder alert (in milliseconds).
True, if the alert can be fired; otherwise, false.
Switches the reminder off for the associated appointment.
true if the reminder has been successfully switched off; otherwise, false.
Gets whether the reminder has been dismissed.
True, if the reminder is dismissed; otherwise, false.
This member supports the internal infrastructure and is not intended to be used directly from your code.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Fires when the alert time changes.
Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time.
A value which represents the date and time from which the snooze time interval will be counted.
A value which represents the time interval by which the scheduler should delay the triggering of a reminder.
true if a reminder alert has been successfully snoozed; otherwise, false.
Notifies the scheduler to defer the triggering of a reminder by the specified interval.
A value which represents the time interval by which the scheduler should delay the triggering of a reminder.
true if a reminder alert has been successfully snoozed; otherwise, false.
Gets or sets the time interval before the appointment’s start time.
A structure which is an interval before the appointment’s start time. Default is 15 minutes.
Represents a reminder alert notification.
Initializes new instance of the class with the specified settings.
A object that specifies the reminder of the alert notification. This value is assigned to the property.
Gets or sets whether the reminder is handled and therefore no default processing is required.
true if no default processing is required; otherwise, false.
Gets or sets whether an alert is invoked for a particular reminder.
true if the reminder doesn’t generate an alert notification; otherwise, false.
Gets the reminder of the alert notification.
A object that specifies the reminder of the alert notification.
Represents a collection of alert notifications.
Initializes a new instance of the class with the default settings.
Appends the specified object to the current collection.
A object to append to the collection.
An integer value indicating the position into which the new element was inserted.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
A object which represents the alert notification located at the specified position.
Serves as the base class for classes which provide data for certain reminder events.
Initializes a new instance of the class with the specified settings.
A object which represents the reminder’s alert notifications. This value is assigned to the property.
Gets any reminders currently triggered.
A object which holds a collection of notifications.
Provides data for the event.
Initializes new instance of the class with the specified settings.
A for which the event has been raised. This value is assigned to the property.
Gets or sets whether the operation performed on the processed event should be canceled.
True to cancel the operation; otherwise, false.
Gets the reminder for which an alert will be fired.
A object that is the appointment reminder that will fire an alert.
Represents a collection of reminders.
Initializes a new instance of the class with the default settings.
Provides data for the event.
Initializes a new instance of the class with the specified settings.
A object which represents the reminder’s alert notifications. This value is assigned to the property.
Gets any reminders currently triggered.
A object which holds a collection of notifications.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Defines a common attribute which can be assigned to appointments to group them.
Gets or sets the resource’s caption.
A value specifying the resource’s caption.
Gets or sets the color associated with the resource.
A value.
Gets or sets the image associated with the resource.
A value specifying the resource’s image.
Gets or sets the Id of the parent resource if resources form a tree-like hierarchy.
An object that is the resource identifier.
Gets or sets whether the resource is visible.
true if the resource is visible; otherwise, false.
A collection of resources for appointments.
Initializes a new instance of the class with the default settings.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Finds all elements with a predicate match and returns them in a list collection.
A predicate method delegate, which returns true if there’s a match and the element is found.
An object, representing a collection of items that meets the criteria
Gets a resource within the collection by its ID value.
A which is the resource identifier.
A object whose property value is equal to the specified. If no resource with the specified ID is found, then the value will be returned.
Represents a resource collection.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the ResourceCollection class with the specified Scheduler storage.
A value which is the storage containing the resources collection. This value is assigned to the property.
Creates resource with the specified ID and caption and adds it to the collection.
An object that is the resource identifier.
A string that will be used as a resource .
An integer that is the index of a newly added resource in the collection.
Adds a collection of resources to the end of the collection.
A object which represents the collection of resources to append to the collection.
Reads the settings of the resources from the specified stream.
A descendant from which resources are read. If null (Nothing in Visual Basic), an exception is raised.
Reads the settings of the resources from the specified XML file.
A value specifying the path to the file from which resources should be read. If an empty string is specified, an exception is raised.
Gets the storage which owns the current collection.
A object which owns the current collection.
Saves all the resources within the collection to the specified stream.
A descendant to which the resources should be written. If null (Nothing in Visual Basic), an exception is raised.
Saves all the resources within the collection to an XML file.
A value specifying the path to the file where the resources should be written. If an empty string is specified, an exception is raised.
Provides static methods to obtain the empty resource and its identifier.
Gets the identifier interpreted as an empty resource - a resource which does not exist or is undefined.
An empty resource identifier.
Gets the DevExpress.XtraScheduler.Resource object which as an empty resource - a resource which does not exist or undefined.
A object interpreted as an empty resource.
Represents a collection of resource IDs.
Initializes a new instance of the class with the default settings.
Provides information on the mapping of the resource’s properties to the data source fields.
Initializes a new instance of the class with the default settings.
Gets or sets the data field which a resource’s property is bound to.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Resource.Caption property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which the resource color is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Resource.Color property.
An object that implements the interface to translate the data between the property and the data source field.
Gets an array containing the names of all the object’s properties that have to be bound to corresponding data fields.
An array of strings that represent the names of the properties that have to be bound to data.
Gets or sets the data field to which a resource’s Id property is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Resource.Caption property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field to which a resource image is bound.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Resource.Image property.
An object that implements the interface to translate the data between the property and the data source field.
Gets or sets the data field which a resource’s ParentId property is bound to.
A value that specifies the name of the bound data field.
Gets or sets the converter position in the data processing chain between the data source and the object’s property.
A enumeration member that specifies the position between the mapping, the data source and the object’s property.
Gets or sets a value converter for the Resource.ParentId property.
An object that implements the interface to translate the data between the property and the data source field.
Contains static properties used to ensure backward compatibility.
Turns the serialization mechanism formerly used for persistent objects (, and objects) on or off.
True, to use Base64 encoding to serialize objects to the XML format; otherwise, false.
Specifies the Out-of-Office status color for WinForms Scheduler.
A value that is the color used to indicate the appointment Out-of-Office status.
Contains options which can be specified to ensure compatibility with previous versions.
Gets or sets default value of the property.
An integer that specifies the number of occurrences in a series.
Provides data for the and events.
Initializes a new instance of the class with the specified exception.
An object representing the exception which caused an event.
Gets the exception which is not handled by the Scheduler control.
An object representing an exception which caused the event.
Gets or sets whether an event was handled. If it was handled, the exception is not propagated.
true if an exception is propagated; otherwise, false.
Represents a method that will handle the event.
The event sender ( an control).
A object which contains event data.
Lists the values used to specify the currently performed operation when synchronizing the scheduler’s data.
A new appointment will be created in the synchronization target.
An appointment in the synchronization target will be deleted.
An appointment in the synchronization target will be replaced by an appropriate appointment from the synchronization source.
A time interval object.
Initializes a new instance of the class with default settings.
Initializes a new instance of the class with the specified start date and end date.
A value that specifies the start date of the interval. This value is assigned to the property.
A value that specifies the end date of the interval. This value is assigned to the property.
Initializes a new instance of the class with the specified start date and duration.
A value that specifies the start date of the interval. This value is assigned to the property.
A value that specifies the duration of the interval. This value is assigned to the property.
Gets or sets a value indicating if the time interval is All-Day.
true if this is an all-day time interval; otherwise, false.
Creates a copy of the current object.
A object which is a copy of the current object.
Creates a copy of the current object.
True, to copy the property value; otherwise, false.
A object which is a copy of the current object.
Determines whether the current time interval contains the specified time interval.
A object to locate in the current time interval.
true if the current time interval contains the specified time interval; otherwise, false.
Determines whether the time interval contains the specified date.
A object to locate in the time interval.
true if the time interval contains the specified date; otherwise, false.
Gets the time interval of a day.
A value representing the day interval.
Gets or sets the duration of the time interval.
A value representing the duration of the time interval.
Returns an empty time interval.
A value representing an empty time interval.
Gets or sets the end date and time of the time interval.
A value representing the end of the time interval.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Returns a time interval which is the intersection of the two specified time intervals.
A object which represents the first time interval.
A object which represents the second time interval.
A object representing the intersection of the two time intervals. If the two specified time intervals don’t intersect, the value will be returned.
Returns a time interval which is the intersection of the current time interval with the specified time interval.
A object which specifies the time interval to be intersected.
A object representing the intersection of the two time intervals. If the two time intervals don’t intersect, the value will be returned.
Checks if the current time interval intersects with the specified time interval.
A object which represents the time interval to be checked.
true if the two time intervals intersect; otherwise, false.
Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check.
A object which is the time interval to be checked.
True if the two time intervals intersect; otherwise, false.
Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check.
A object which is the time interval to be checked.
True, if the two time intervals intersect; otherwise, false.
Gets a value that indicates whether the time interval’s duration is equal to or greater than one day.
true if the time interval lasts one day or more; otherwise, false.
Returns a time interval which begins at the lowest start value and ends at the greatest end value of both specified intervals.
A object to merge.
A object.
Gets a value that indicates whether the time interval’s start and end times are on the same day.
true, if the time interval takes place within a day; false, if the time interval’s start and end times are on different days.
Gets or sets the start date and time of the time interval.
A value representing the start of the time interval.
Returns a time interval which is the subtraction of the specified time interval from the current time interval.
A object which represents the time interval to subtract.
A object representing the result of subtraction.
Returns the textual representation of the time interval.
A value which is the textual representation of the time interval.
Provides a string representation of the time interval, culture specific.
An object, implementing the interface, which specifies the datetime formatting template.
A string, representing the object.
Returns a time interval which is composed of the two specified time intervals.
A object which represents the first time interval to be united.
A object which represents the second time interval to be united.
A object representing the union of the two time intervals.
A collection of time intervals.
Initializes a new instance of the class with the default settings.
Adds an item to the TimeIntervalCollection
A object to add to the collection.
An integer value indicating the position at which the new element was inserted.
Adds all items from the specified collection of intervals to the TimeIntervalCollection.
A collection of objects to add.
Creates a copy of the current object.
A object which is a copy of the current object.
Returns the difference between the earliest and the latest time of the intervals in a time interval collection.
A value.
Gets the end date time of the time interval which finishes last in the .
A value representing the end date of the .
Returns a TimeInterval object representing a time span of the time interval collection.
A new object.
Substitutes collection’s content with the specified TimeInterval object.
The object to be added to the collection.
Substitutes collection’s content with objects from the specified TimeIntervalCollection.
The whose elements should be added to the collection.
Shifts the start and end time of all the time intervals within the collection by the specified amount.
A value which specifies the time span which all the time intervals should be shifted by.
Gets the earliest start date time from all the time intervals in the .
A value representing the start date of the .
Represents an advanced collection of time intervals.
Initializes a new instance of the class with the default settings.
Determines whether the collection contains the specified time interval.
A object to locate in the collection.
true if the collection contains the specified time interval; otherwise, false.
Overrides the corresponding method of the class.
A object to remove from the collection.
true if an item is successfully removed from the collection; false if a specified interval is null.
Provides data for the event.
Initializes a new instance of the class with the specified time interval.
A value which represents the event’s time interval. This value is assigned to the property.
Gets the time interval which the event was raised for.
A object which represents the time interval that the event was raised for.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
A time interval within a day.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified start time and end time.
A value which specifies the start time of the interval. This value is assigned to the property.
A value which specifies the end time of the interval. This value is assigned to the property.
Copies all settings from the object passed as the parameter to the current object.
A object whose settings are assigned to the current object.
Fires when the TimeOfDayInterval is changed.
Fires before the is changed.
Creates a copy of the current object.
A object which is a copy of the current object.
Determines whether the time of day interval contains the specified time.
A object to locate in the time of day interval.
true if the time of day interval contains the specified time; otherwise, false.
Gets the time interval of a day.
A value representing the day interval.
Gets the duration of the time of day interval.
A value representing the duration of the time of day interval.
Returns an empty time of day interval.
A value representing an empty time of day interval.
Gets or sets the end time of the time of day interval.
A value representing the end of the time of day interval.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code (the number) that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Returns a time-of-day interval which is the intersection of the two specified time-of-day intervals.
A object which represents the first time-of-day interval.
A object which represents the second time-of-day interval.
A object representing the intersection of the two time-of-day intervals. If the two specified time-of-day intervals don’t intersect, the value will be returned.
Checks if the current time of day interval intersects with the specified time of day interval. The boundaries of the time intervals are excluded from the check.
A object which represents the time of day interval to be checked.
true if the two time of day intervals intersect; otherwise, false.
Gets or sets the start time of the time of day interval.
A value representing the start of the time of day interval.
Returns the textual representation of the time-of-day interval.
A value which is the textual representation of the time-of-day interval.
Converts the value to the type.
A value representing the time interval which corresponds to this “time of day” interval.
Converts the value to the type starting from the specified date.
A value representing the start date for the new time interval value.
A value representing the time interval which corresponds to this “time of day” interval.
Returns a time of day interval which is composed of two specified time of day intervals.
A object which represents the first time of day interval to be united.
A object which represents the second time of day interval to be united.
A object representing a union of two time of day intervals.
Represents a collection of time intervals for a single day.
Initializes a new instance of the class with the default settings.
Gets the duration of the time interval starting at the earliest work time and finishing at the latest work time in a collection.
A object representing a time interval.
Gets the end of the last work time interval in a collection.
A object representing the latest work time.
Gets the start of the first work time interval in a collection.
A object representing the earliest work time.
Serves as the base class for classes which are time scales in the Timeline view.
Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.
A value.
A value specifying a datetime argument rounded to a certain datetime unit.
Gets or sets the format of the string displayed in the timeline caption.
A value specifying the format string of the caption.
Gets or sets if the time scale is enabled for the View.
true if the time scale is enabled; otherwise, false.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Calculates the largest datetime value that is less or equal to the argument and contains an integer number of specified time units.
A value.
A value representing a datetime argument rounded to certain datetime unit.
Returns a string formatted according to display format for this scale type.
A value representing a scale starting point.
A value representing a scale final point.
A value to be used in a timeline caption.
Calculates the hash code for the instance.
An integer value representing the hash code for the current object.
Adds a time interval equivalent to a scale unit to the argument value.
A value.
A value.
Subtracts a time interval equivalent to a scale unit to the argument value.
A value.
A value.
Returns whether the specific date belongs to this Time Scale. This method can return false for Time Scales that miss certain time invervals, for instance, Work Day and Work Hour scales. You can override this method for custom scales to control which DateTime intervals should be visible. See the Time Scales article for an example.
A date to checl.
true, if this Time Scale can display the target date; otherwise, false.
Calculates the datetime value that is the nearest to the argument value and contains an integer number of specified time units.
A value.
A value specifying a datetime argument rounded to a certain datetime unit.
Gets the string containing the time scale type name.
A value which contains the type name.
Gets or sets whether the time scale is visible.
true if the time scale is visible; otherwise, false.
Gets or sets the width of the time scale element.
An integer value specifying the width of the time scale.
A time scale whose time cell value is equal to 15 minutes.
Initializes a new instance of the class with the default settings.
Gets the value of the scale unit - a time interval equal to 15 minutes.
A value specifying the time interval of a scale unit.
Represents a collection of time scales in the timeline view.
Initializes a new instance of the class with the default settings.
Represents a time scale whose time cell value is equal to a single day.
Initializes a new instance of the class with the default settings.
Calculates the largest datetime value that is less or equal to the argument and contains an integer number of days.
A value.
A value representing a date part of an argument.
Adds a time interval, equivalent to one day, to the argument value.
A value.
A value.
Calculates the datetime value that is the nearest to the argument and contains an integer number of days.
A value.
A value specifying a datetime argument rounded to days.
Gets the value of the scale unit - a time interval equal to a day.
A value representing the time interval of a scale unit.
Serves as a base for the classes for which is a fixed time interval.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified scale value.
A value which specifies the scale value of the fixed interval. This value is assigned to the property.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of specified time intervals.
A value.
A value representing an argument rounded to specified time intervals.
Calculates the hash code for the instance.
An integer value representing the hash code for the current object.
Adds a fixed scale time interval to the argument value.
A value.
A value.
Gets or sets the value of the scale unit - a fixed time interval.
A value representing the time interval of a scale unit.
Represents a time scale whose time cell value is equal to a single hour.
Initializes a new instance of the class with the default settings.
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of hours.
A value.
A value representing an argument rounded to hours.
Adds a time interval, equivalent to one hour, to the argument value.
A value.
A value.
Gets the value of the scale unit - a time interval equal to an hour.
A value representing the time interval of a scale unit.
Represents a time scale whose time cell value is equal to a single month.
Initializes a new instance of the class with the default settings.
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of months.
A value.
A value representing an argument rounded to months.
Adds a time interval, equivalent to one month, to the argument value.
A value.
A value.
Represents a time scale whose time cell value is equal to a quarter of a year.
Initializes a new instance of the class with the default settings.
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of year quarters.
A value.
A value representing an argument rounded to year quarters.
Adds a time interval, equivalent to one quarter of the year, to the argument value.
A value.
A value.
Represents a time scale whose time cell value is equal to a single week.
Initializes a new instance of the class with the default settings.
Gets or sets the day which starts the scale’s week.
A enumeration value specifying the first day of the week.
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of weeks.
A value.
A value representing an argument rounded to weeks.
Adds a time interval, equivalent to one week, to the argument value.
A value.
A value.
Gets the value of the scale unit - a time interval equal to a week.
A value representing the time interval of a scale unit.
Represents a time scale whose time cell value is equal to a single year.
Initializes a new instance of the class with the default settings.
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of years.
A value.
A value representing an argument rounded to years.
Adds a time interval, equivalent to one year, to the argument value.
A value.
A value.
A class implemented for time zone conversion.
Initializes a new instance of the class with the specified client time zone ID.
A string that specifies the client time zone. The string must be one of the available System.TimeZoneInfo.Id values.
Gets the client time zone of the TimeZoneHelper.
A object identifying a time zone.
Fires when the property value is changed.
Converts a DateTime value from the appointment time zone to the time zone of the scheduler storage (operational time zone).
A value in the appointment time zone.
A string that specifies the appointment time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the operational time zone.
Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).
A in the client time zone.
true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.
The in the operational time zone.
Converts a time interval from the client time zone to the specified time zone.
A in the client time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.
The in the specified time zone.
Converts a time interval from the client time zone to the specified time zone.
A in the client time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
The in the specified time zone.
Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).
A in the client time zone.
The in the operational time zone.
Converts a time interval from one specified time zone to another.
A value in the specified client time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A string that specifies the client (source) time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the specified target time zone.
Converts a DateTime value from the client time zone to the specified time zone.
A value in the client time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the specified time zone.
Converts a DateTime value from the client time zone to the time zone of the scheduler storage (operational time zone).
A value in the client time zone.
The value in the operational time zone.
Converts a DateTime value from the operational time zone to the specified time zone.
A value in the operational time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the specified time zone.
Gets the time zone in which the scheduler storage operates.
A object identifying the time zone of the SchedulerStorage.
Converts a DateTime value from the operational time zone (the time zone of the scheduler storage) to the time zone of the appointment.
A value in the operational time zone.
A string that specifies the appointment time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the appointment time zone.
Converts a time interval from the specified time zone to the client time zone.
The in the specified time zone.
true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.
The in the client time zone.
Converts a time interval from the specified time zone to the client time zone.
The in the specified time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.
The in the client time zone.
Converts a time interval from the specified time zone to the client time zone.
The in the specified time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
The in the client time zone.
Converts a time interval from the time zone of the scheduler storage (operational time zone) to the client time zone.
The in the operational time zone.
The in the client time zone.
Converts a DateTime value from one time zone to another.
A value in the source time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A string that specifies the destination (client) time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the destination time zone.
Converts a DateTime value from the specified time zone to the client time zone.
A value in the specified time zone.
A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the client time zone.
Converts a DateTime value from the time zone of the scheduler storage (operational time zone) to the client time zone.
A value in the operational time zone.
A value in the client time zone.
Converts a DateTime value from the specified time zone to the time zone of the scheduler storage (operational time zone).
A value in the specified time zone.
A string that specifies the source time zone. The string must be one of the available System.TimeZoneInfo.Id values.
A value in the operational time zone.
Represents a base class for certain user interface objects.
Gets or sets the text which identifies an element.
A value which identifies an element.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets the unique identifier of the user interface object instance.
A that is the unique identifier.
Gets or sets the element’s menu caption.
A value which specifies the element’s menu caption.
Occurs when a property value changes.
Returns the element’s textual representation.
A value that is the textual representation of the current element.
Represents a base collection for user interface objects.
Adds an instance of the descendant to the collection.
A descendant instance to add.
An integer that is the index of an added object in the collection.
Creates a new instance of the descendant, sets its and , and adds the object to the collection.
A string that will be used as the display name.
A string that will be used as the menu caption.
An integer that is the index of a newly created and added object in the collection.
Creates a new instance of the descendant, sets its and , and adds the object to the collection.
A string that will be used as the display name and menu caption.
An integer that is the index of a newly created and added object in the collection.
Obtains a user interface object specified by its identifier.
An object that is the identifier of the user interface object.
A user interface object with the specified .
Gets the user interface object at the specified index of the collection.
An integer that is the index of an object.
A user interface object at the specified index.
Indicates whether the current collection includes only standard items, created by default.
True, if the collection has only default items; otherwise, false.
Clears the collection and loads standard items created by default.
Lists days and groups of days for recurrence patterns.
Specifies every day of the week.
Specifies Friday.
Specifies Monday.
Specifies Saturday.
Specifies Sunday.
Specifies Thursday.
Specifies Tuesday.
Specifies Wednesday.
Specifies Saturday and Sunday.
Specifies work days (Monday, Tuesday, Wednesday, Thursday and Friday).
A collection that contains time intervals of a fixed one week duration.
Initializes a new instance of the class with the default settings.
Gets or sets a value which specifies whether the weekend days (Saturday and Sunday) should always persist in the collection together.
true to compress weekends; otherwise, false.
Gets or sets the day which will be the first day of the week for the week interval collection.
A enumeration value specifying the start day of the week.
Lists the week in a month in which the event will occur.
The recurring event will occur once a month, on the specified day or days of the first week in the month.
The recurring event will occur once a month, on the specified day or days of the fourth week in the month.
The recurring event will occur once a month, on the specified day or days of the last week in the month.
There isn’t any recurrence rule based upon the weeks in a month.
The recurring event will occur once a month, on the specified day or days of the second week in the month.
The recurring event will occur once a month, on the specified day or days of the third week in the month.
A time interval that can be used instead of the TimeOfDayInterval class to specify the work time within a day.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified start time and end time.
A value that specifies the start time of the interval. This value is assigned to the property.
A value that specifies the end time of the interval. This value is assigned to the property.
Gets the standard work time interval.
A value representing the standard work time interval.
Contains classes that imlement serialization procedures in XtraScheduler Suite.
Provides methods to load resource ID’s from XML and export them in the same format they are stored in the bound data source.
Initializes a new instance of the class with the specified settings.
A object that is the resources IDs’ collection.
Loads the resource ID collection from an XML string.
A object that provides the resource identifiers.
A string containing resource id information in XML format.
A object that is the collection of resource ID’s.
Loads the resource ID collection from XML data.
A object that provides the resource identifiers.
A descendant that is the root node in the XML document.
A object that is the collection of resource ID’s.
Contains methods to serialize and de-serilaze an appointment.
Initializes new instance of the class with the specified settings.
An instance which will be serialized.
An object. Only required for time zone translations.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Restores an appointment from an XML serialized string.
An object that provides an appointment factory, custom field mappings and time zone translation.
A string in XML format containing the serialized appointment.
An object created from the string.
Restores an appointment from an XML serialized string.
An object that provides an appointment factory, custom field mappings and time zone translation.
A object that is the root node in XML document containing the serialized appointment.
An object created from the string.
Provides access to the appointment storage used for serialization - deserialization.
AN object that is the appointment storage.
Provides methods used to serialize and de-serialize the object.
Initializes new instance of the class with the specified settings.
An object whose and settings will be used.
Initializes a new instance of the class with specified settings.
A object, containing information about appointment occurrences.
Creates an object that enables you to load recurrence info from xml.
An representing the node containing recurrence information.
A DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlLoader object that is the descendant of the DevExpress.XtraScheduler.Xml.ObjectXmlLoader class.
Restores recurrence information from the specified XML string.
A string containing information in xml format.
A object, containing information about appointment occurrences.
Restores recurrence information from XML data at the specified root node.
A class representing the root node of the XML document.
A object, containing information about appointment occurrences.
Provides methods to load reminders from XML and export them in the same way as they are stored in the bound data source.
Creates and initializes an instance of the helper for serializing the reminder collection using XML format.
An containing reminders.
An instance of the .
Loads the reminder collection from an XML string.
An for which reminders are loaded.
A string that is the XML representation of a reminder collection.
A object that is the collection of reminders for an appointment.
Loads the reminder collection from XML data.
An for which reminders are loaded.
A object that is the root node in the XML document.
A object that is the collection of reminders for an appointment.
Provides methods used to get reminder information from XML strings and root nodes.
Initializes a new instance of the class with specified settings.
A collection of objects that contain reminder onformation.
Restores reminder information from the specified XML string.
A collection of reminder information.
A string containing information in xml format.
A collection of objects that contain information about reminders.
Restores reminder information from XML data at the specified XML root node.
Collection of reminder information.
A class representing the root node of the XML document.
A collection of objects that contain information about reminders.